Class: Aws::MailManager::Types::CreateAddonInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddonInstanceRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_subscription_id ⇒ String
The unique ID of a previously created subscription that an Add On instance is created for.
-
#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_subscription_id ⇒ String
The unique ID of a previously created subscription that an Add On instance is created for. You can only have one instance per subscription.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 438 class CreateAddonInstanceRequest < Struct.new( :addon_subscription_id, :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.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 438 class CreateAddonInstanceRequest < Struct.new( :addon_subscription_id, :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" }.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 438 class CreateAddonInstanceRequest < Struct.new( :addon_subscription_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |