Class: Aws::MailManager::Types::CreateRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateRuleSetRequest
- Includes:
- Structure
- Defined in:
- 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.
649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 649 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.
649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 649 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.
649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 649 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” }.
649 650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 649 class CreateRuleSetRequest < Struct.new( :client_token, :rule_set_name, :rules, :tags) SENSITIVE = [] include Aws::Structure end |