SetActiveReceiptRuleSetRequest

public struct SetActiveReceiptRuleSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

    Declaration

    Swift

    public let ruleSetName: String?
  • Undocumented

    Declaration

    Swift

    public init(ruleSetName: String? = nil)