Module: Aws::CloudTrail::Client::_StartImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartImportResponse]
- 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_status ⇒ "INITIALIZING", ...
- #start_event_time ⇒ ::Time
- #updated_timestamp ⇒ ::Time
Instance Method Details
#created_timestamp ⇒ ::Time
912 |
# File 'sig/client.rbs', line 912 def created_timestamp: () -> ::Time |
#destinations ⇒ ::Array[::String]
907 |
# File 'sig/client.rbs', line 907 def destinations: () -> ::Array[::String] |
#end_event_time ⇒ ::Time
910 |
# File 'sig/client.rbs', line 910 def end_event_time: () -> ::Time |
#import_id ⇒ ::String
906 |
# File 'sig/client.rbs', line 906 def import_id: () -> ::String |
#import_source ⇒ Types::ImportSource
908 |
# File 'sig/client.rbs', line 908 def import_source: () -> Types::ImportSource |
#import_status ⇒ "INITIALIZING", ...
911 |
# File 'sig/client.rbs', line 911 def import_status: () -> ("INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED") |
#start_event_time ⇒ ::Time
909 |
# File 'sig/client.rbs', line 909 def start_event_time: () -> ::Time |
#updated_timestamp ⇒ ::Time
913 |
# File 'sig/client.rbs', line 913 def updated_timestamp: () -> ::Time |