CloneReceiptRuleSetRequest
public struct CloneReceiptRuleSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the rule set to clone.
Declaration
Swift
public let originalRuleSetName: String -
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(originalRuleSetName: String, ruleSetName: String)
View on GitHub
CloneReceiptRuleSetRequest Structure Reference