Class: Aws::MailManager::Types::CreateAddonSubscriptionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The name of the Add On to subscribe to. You can only have one subscription for each Add On name.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags used to organize, track, or control access for the resource. For example, \{ "tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:



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