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