Class: Aws::MailManager::Types::CreateAddressListImportJobRequest

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

#address_list_idString

The unique identifier of the address list for importing addresses to.

Returns:

  • (String)


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_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)


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_formatTypes::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

#nameString

A user-friendly name for the import job.

Returns:

  • (String)


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