Module: Aws::CloudTrail::Client::_GetImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #destinations ⇒ ::Array[::String]
- #end_event_time ⇒ ::Time
- #import_id ⇒ ::String
- #import_source ⇒ Types::ImportSource
- #import_statistics ⇒ Types::ImportStatistics
- #import_status ⇒ "INITIALIZING", ...
- #start_event_time ⇒ ::Time
- #updated_timestamp ⇒ ::Time
Instance Method Details
#created_timestamp ⇒ ::Time
464 |
# File 'sig/client.rbs', line 464 def created_timestamp: () -> ::Time |
#destinations ⇒ ::Array[::String]
459 |
# File 'sig/client.rbs', line 459 def destinations: () -> ::Array[::String] |
#end_event_time ⇒ ::Time
462 |
# File 'sig/client.rbs', line 462 def end_event_time: () -> ::Time |
#import_id ⇒ ::String
458 |
# File 'sig/client.rbs', line 458 def import_id: () -> ::String |
#import_source ⇒ Types::ImportSource
460 |
# File 'sig/client.rbs', line 460 def import_source: () -> Types::ImportSource |
#import_statistics ⇒ Types::ImportStatistics
466 |
# File 'sig/client.rbs', line 466 def import_statistics: () -> Types::ImportStatistics |
#import_status ⇒ "INITIALIZING", ...
463 |
# File 'sig/client.rbs', line 463 def import_status: () -> ("INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED") |
#start_event_time ⇒ ::Time
461 |
# File 'sig/client.rbs', line 461 def start_event_time: () -> ::Time |
#updated_timestamp ⇒ ::Time
465 |
# File 'sig/client.rbs', line 465 def updated_timestamp: () -> ::Time |