Class: Aws::Types::GetAddressListImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAddressListImportJobResponse
- 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.
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.
444 445 446 |
# File 'sig/types.rbs', line 444 def @completed_timestamp end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
442 443 444 |
# File 'sig/types.rbs', line 442 def @created_timestamp end |
#error ⇒ ::String
Returns the value of attribute error.
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.
439 440 441 |
# File 'sig/types.rbs', line 439 def failed_items_count @failed_items_count end |
#import_data_format ⇒ Types::ImportDataFormat
Returns the value of attribute import_data_format.
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.
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.
434 435 436 |
# File 'sig/types.rbs', line 434 def job_id @job_id end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
443 444 445 |
# File 'sig/types.rbs', line 443 def @start_timestamp end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
436 437 438 |
# File 'sig/types.rbs', line 436 def status @status end |