ReorderReceiptRuleSetRequest
public struct ReorderReceiptRuleSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the specified receipt rule set’s receipt rules in the order that you want to put them.
Declaration
Swift
public let ruleNames: [String]
-
The name of the receipt rule set to reorder.
Declaration
Swift
public let ruleSetName: String
-
Undocumented
Declaration
Swift
public init(ruleNames: [String], ruleSetName: String)