Module: Aws::CloudTrail::Client::_StopImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopImportResponse]
- 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
970 |
# File 'sig/client.rbs', line 970 def created_timestamp: () -> ::Time |
#destinations ⇒ ::Array[::String]
968 |
# File 'sig/client.rbs', line 968 def destinations: () -> ::Array[::String] |
#end_event_time ⇒ ::Time
973 |
# File 'sig/client.rbs', line 973 def end_event_time: () -> ::Time |
#import_id ⇒ ::String
966 |
# File 'sig/client.rbs', line 966 def import_id: () -> ::String |
#import_source ⇒ Types::ImportSource
967 |
# File 'sig/client.rbs', line 967 def import_source: () -> Types::ImportSource |
#import_statistics ⇒ Types::ImportStatistics
974 |
# File 'sig/client.rbs', line 974 def import_statistics: () -> Types::ImportStatistics |
#import_status ⇒ "INITIALIZING", ...
969 |
# File 'sig/client.rbs', line 969 def import_status: () -> ("INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED") |
#start_event_time ⇒ ::Time
972 |
# File 'sig/client.rbs', line 972 def start_event_time: () -> ::Time |
#updated_timestamp ⇒ ::Time
971 |
# File 'sig/client.rbs', line 971 def updated_timestamp: () -> ::Time |