Class: Aws::MailManager::Types::CreateAddressListImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddressListImportJobRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_list_id ⇒ String
The unique identifier of the address list for importing addresses to.
-
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
#import_data_format ⇒ Types::ImportDataFormat
The format of the input for an import job.
-
#name ⇒ String
A user-friendly name for the import job.
Instance Attribute Details
#address_list_id ⇒ String
The unique identifier of the address list for importing addresses to.
522 523 524 525 526 527 528 529 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 522 class CreateAddressListImportJobRequest < Struct.new( :client_token, :address_list_id, :name, :import_data_format) 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.
522 523 524 525 526 527 528 529 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 522 class CreateAddressListImportJobRequest < Struct.new( :client_token, :address_list_id, :name, :import_data_format) SENSITIVE = [] include Aws::Structure end |
#import_data_format ⇒ Types::ImportDataFormat
The format of the input for an import job.
522 523 524 525 526 527 528 529 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 522 class CreateAddressListImportJobRequest < Struct.new( :client_token, :address_list_id, :name, :import_data_format) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly name for the import job.
522 523 524 525 526 527 528 529 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 522 class CreateAddressListImportJobRequest < Struct.new( :client_token, :address_list_id, :name, :import_data_format) SENSITIVE = [] include Aws::Structure end |