DescribeReceiptRuleSetResponse
public struct DescribeReceiptRuleSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
Declaration
Swift
public let metadata: ReceiptRuleSetMetadata?
-
A list of the receipt rules that belong to the specified receipt rule set.
Declaration
Swift
public let rules: [ReceiptRule]?
-
Undocumented
Declaration
Swift
public init(metadata: ReceiptRuleSetMetadata? = nil, rules: [ReceiptRule]? = nil)