Class: Aws::Types::ImportJob

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:



640
641
642
# File 'sig/types.rbs', line 640

def address_list_id
  @address_list_id
end

#completed_timestamp::Time

Returns the value of attribute completed_timestamp.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



641
642
643
# File 'sig/types.rbs', line 641

def created_timestamp
  @created_timestamp
end

#error::String

Returns the value of attribute error.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def error
  @error
end

#failed_items_count::Integer

Returns the value of attribute failed_items_count.

Returns:



638
639
640
# File 'sig/types.rbs', line 638

def failed_items_count
  @failed_items_count
end

#import_data_formatTypes::ImportDataFormat

Returns the value of attribute import_data_format.

Returns:



639
640
641
# File 'sig/types.rbs', line 639

def import_data_format
  @import_data_format
end

#imported_items_count::Integer

Returns the value of attribute imported_items_count.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def imported_items_count
  @imported_items_count
end

#job_id::String

Returns the value of attribute job_id.

Returns:



633
634
635
# File 'sig/types.rbs', line 633

def job_id
  @job_id
end

#name::String

Returns the value of attribute name.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def name
  @name
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def pre_signed_url
  @pre_signed_url
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:



642
643
644
# File 'sig/types.rbs', line 642

def start_timestamp
  @start_timestamp
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def status
  @status
end