Class: Aws::MailManager::Types::CreateAddonInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddonInstanceRequest
- Includes:
- Structure
- Defined in:
- 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.
389 390 391 392 393 394 395 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 389 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.
389 390 391 392 393 394 395 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 389 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” }.
389 390 391 392 393 394 395 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 389 class CreateAddonInstanceRequest < Struct.new( :addon_subscription_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |