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
910 |
# File 'sig/client.rbs', line 910
def created_timestamp: () -> ::Time
|
#destinations ⇒ ::Array[::String]
905 |
# File 'sig/client.rbs', line 905
def destinations: () -> ::Array[::String]
|
#end_event_time ⇒ ::Time
908 |
# File 'sig/client.rbs', line 908
def end_event_time: () -> ::Time
|
#import_id ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def import_id: () -> ::String
|
#import_source ⇒ Types::ImportSource
906 |
# File 'sig/client.rbs', line 906
def import_source: () -> Types::ImportSource
|
#import_status ⇒ "INITIALIZING", ...
909 |
# File 'sig/client.rbs', line 909
def import_status: () -> ("INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED")
|
#start_event_time ⇒ ::Time
907 |
# File 'sig/client.rbs', line 907
def start_event_time: () -> ::Time
|
#updated_timestamp ⇒ ::Time
911 |
# File 'sig/client.rbs', line 911
def updated_timestamp: () -> ::Time
|