CreateReceiptRuleSetRequest

public struct CreateReceiptRuleSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the rule set to create. 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 ruleSetName: String
  • Undocumented

    Declaration

    Swift

    public init(ruleSetName: String)