Module: Aws::CloudWatchLogs::Client::_CancelImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelImportTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Integer
- #import_id ⇒ ::String
- #import_statistics ⇒ Types::ImportStatistics
- #import_status ⇒ "IN_PROGRESS", ...
- #last_updated_time ⇒ ::Integer
Instance Method Details
#creation_time ⇒ ::Integer
118 |
# File 'sig/client.rbs', line 118
def creation_time: () -> ::Integer
|
#import_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def import_id: () -> ::String
|
#import_statistics ⇒ Types::ImportStatistics
116 |
# File 'sig/client.rbs', line 116
def import_statistics: () -> Types::ImportStatistics
|
#import_status ⇒ "IN_PROGRESS", ...
117 |
# File 'sig/client.rbs', line 117
def import_status: () -> ("IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Integer
119 |
# File 'sig/client.rbs', line 119
def last_updated_time: () -> ::Integer
|