DescribeActiveReceiptRuleSetResponse
public struct DescribeActiveReceiptRuleSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
Declaration
Swift
public let metadata: ReceiptRuleSetMetadata? -
The receipt rules that belong to the active rule set.
Declaration
Swift
public let rules: [ReceiptRule]? -
Undocumented
Declaration
Swift
public init(metadata: ReceiptRuleSetMetadata? = nil, rules: [ReceiptRule]? = nil)
View on GitHub
DescribeActiveReceiptRuleSetResponse Structure Reference