SetReceiptRulePositionRequest
public struct SetReceiptRulePositionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the receipt rule after which to place the specified receipt rule.
Declaration
Swift
public let after: String? -
The name of the receipt rule to reposition.
Declaration
Swift
public let ruleName: String -
The name of the receipt rule set that contains the receipt rule to reposition.
Declaration
Swift
public let ruleSetName: String -
Undocumented
Declaration
Swift
public init(after: String? = nil, ruleName: String, ruleSetName: String)
View on GitHub
SetReceiptRulePositionRequest Structure Reference