Class: Aws::Types::GetImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
-
#end_event_time ⇒ ::Time
Returns the value of attribute end_event_time.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
-
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
-
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
-
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
518 519 520 |
# File 'sig/types.rbs', line 518 def @created_timestamp end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
513 514 515 |
# File 'sig/types.rbs', line 513 def destinations @destinations end |
#end_event_time ⇒ ::Time
Returns the value of attribute end_event_time.
516 517 518 |
# File 'sig/types.rbs', line 516 def end_event_time @end_event_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def import_id @import_id end |
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
514 515 516 |
# File 'sig/types.rbs', line 514 def import_source @import_source end |
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
520 521 522 |
# File 'sig/types.rbs', line 520 def import_statistics @import_statistics end |
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
517 518 519 |
# File 'sig/types.rbs', line 517 def import_status @import_status end |
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
515 516 517 |
# File 'sig/types.rbs', line 515 def start_event_time @start_event_time end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
519 520 521 |
# File 'sig/types.rbs', line 519 def @updated_timestamp end |