Class: Aws::MailManager::Types::CreateAddonSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddonSubscriptionRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The name of the Add On to subscribe to.
-
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource.
Instance Attribute Details
#addon_name ⇒ String
The name of the Add On to subscribe to. You can only have one subscription for each Add On name.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 430 class CreateAddonSubscriptionRequest < Struct.new( :addon_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 430 class CreateAddonSubscriptionRequest < Struct.new( :addon_name, :client_token, :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" }.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 430 class CreateAddonSubscriptionRequest < Struct.new( :addon_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |