Class: Aws::Types::CreateAddressListImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_id::String

Returns the value of attribute address_list_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def address_list_id
  @address_list_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def client_token
  @client_token
end

#import_data_formatTypes::ImportDataFormat

Returns the value of attribute import_data_format.



183
184
185
# File 'sig/types.rbs', line 183

def import_data_format
  @import_data_format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def name
  @name
end