Module: Aws::EC2::Client::_ImportSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportSnapshotResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #import_task_id ⇒ ::String
- #snapshot_task_detail ⇒ Types::SnapshotTaskDetail
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#description ⇒ ::String
11290 |
# File 'sig/client.rbs', line 11290
def description: () -> ::String
|
#import_task_id ⇒ ::String
11291 |
# File 'sig/client.rbs', line 11291
def import_task_id: () -> ::String
|
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
11292 |
# File 'sig/client.rbs', line 11292
def snapshot_task_detail: () -> Types::SnapshotTaskDetail
|
#tags ⇒ ::Array[Types::Tag]
11293 |
# File 'sig/client.rbs', line 11293
def tags: () -> ::Array[Types::Tag]
|