Class: Aws::MailManager::Types::CreateRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateRuleSetRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
#rule_set_name ⇒ String
A user-friendly name for the rule set.
-
#rules ⇒ Array<Types::Rule>
Conditional rules that are evaluated for determining actions on email.
-
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource.
Instance Attribute Details
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
A suitable default value is auto-generated. You should normally not need to pass this option.
787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 787 class CreateRuleSetRequest < Struct.new( :client_token, :rule_set_name, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_set_name ⇒ String
A user-friendly name for the rule set.
787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 787 class CreateRuleSetRequest < Struct.new( :client_token, :rule_set_name, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::Rule>
Conditional rules that are evaluated for determining actions on email.
787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 787 class CreateRuleSetRequest < Struct.new( :client_token, :rule_set_name, :rules, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource. For example, { "tags": "key2":"value2" }.
787 788 789 790 791 792 793 794 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 787 class CreateRuleSetRequest < Struct.new( :client_token, :rule_set_name, :rules, :tags) SENSITIVE = [] include Aws::Structure end |