CreateReceiptRuleRequest

public struct CreateReceiptRuleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.

    Declaration

    Swift

    public let after: String?
  • A data structure that contains the specified rule’s name, actions, recipients, domains, enabled status, scan status, and TLS policy.

    Declaration

    Swift

    public let rule: ReceiptRule
  • The name of the rule set that the receipt rule will be added to.

    Declaration

    Swift

    public let ruleSetName: String
  • Undocumented

    Declaration

    Swift

    public init(after: String? = nil, rule: ReceiptRule, ruleSetName: String)