ListReceiptRuleSetsResponse

public struct ListReceiptRuleSetsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

    Declaration

    Swift

    public let nextToken: String?
  • The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

    Declaration

    Swift

    public let ruleSets: [ReceiptRuleSetMetadata]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, ruleSets: [ReceiptRuleSetMetadata]? = nil)