DeleteReceiptRuleRequest
public struct DeleteReceiptRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the receipt rule to delete.
Declaration
Swift
public let ruleName: String
-
The name of the receipt rule set that contains the receipt rule to delete.
Declaration
Swift
public let ruleSetName: String
-
Undocumented
Declaration
Swift
public init(ruleName: String, ruleSetName: String)