ReceiptRuleSetMetadata
public struct ReceiptRuleSetMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time the receipt rule set was created.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The name of the receipt rule set. The name must: This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). Start and end with a letter or number. Contain less than 64 characters.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, name: String? = nil)