Class: Aws::Types::ImportJob
- Inherits:
-
Object
- Object
- Aws::Types::ImportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
-
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#failed_items_count ⇒ ::Integer
Returns the value of attribute failed_items_count.
-
#import_data_format ⇒ Types::ImportDataFormat
Returns the value of attribute import_data_format.
-
#imported_items_count ⇒ ::Integer
Returns the value of attribute imported_items_count.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
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.
643 644 645 |
# File 'sig/types.rbs', line 643 def @completed_timestamp end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
641 642 643 |
# File 'sig/types.rbs', line 641 def @created_timestamp end |
#error ⇒ ::String
Returns the value of attribute error.
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.
638 639 640 |
# File 'sig/types.rbs', line 638 def failed_items_count @failed_items_count end |
#import_data_format ⇒ Types::ImportDataFormat
Returns the value of attribute import_data_format.
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.
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.
633 634 635 |
# File 'sig/types.rbs', line 633 def job_id @job_id end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
642 643 644 |
# File 'sig/types.rbs', line 642 def @start_timestamp end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
635 636 637 |
# File 'sig/types.rbs', line 635 def status @status end |