Class: Aws::Types::GetAddressListImportJobResponse

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:



441
442
443
# File 'sig/types.rbs', line 441

def address_list_id
  @address_list_id
end

#completed_timestamp::Time

Returns the value of attribute completed_timestamp.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



442
443
444
# File 'sig/types.rbs', line 442

def created_timestamp
  @created_timestamp
end

#error::String

Returns the value of attribute error.

Returns:



445
446
447
# File 'sig/types.rbs', line 445

def error
  @error
end

#failed_items_count::Integer

Returns the value of attribute failed_items_count.

Returns:



439
440
441
# File 'sig/types.rbs', line 439

def failed_items_count
  @failed_items_count
end

#import_data_formatTypes::ImportDataFormat

Returns the value of attribute import_data_format.

Returns:



440
441
442
# File 'sig/types.rbs', line 440

def import_data_format
  @import_data_format
end

#imported_items_count::Integer

Returns the value of attribute imported_items_count.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def imported_items_count
  @imported_items_count
end

#job_id::String

Returns the value of attribute job_id.

Returns:



434
435
436
# File 'sig/types.rbs', line 434

def job_id
  @job_id
end

#name::String

Returns the value of attribute name.

Returns:



435
436
437
# File 'sig/types.rbs', line 435

def name
  @name
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:



437
438
439
# File 'sig/types.rbs', line 437

def pre_signed_url
  @pre_signed_url
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def start_timestamp
  @start_timestamp
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def status
  @status
end