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
11069 |
# File 'sig/client.rbs', line 11069
def description: () -> ::String
|
#import_task_id ⇒ ::String
11070 |
# File 'sig/client.rbs', line 11070
def import_task_id: () -> ::String
|
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
11071 |
# File 'sig/client.rbs', line 11071
def snapshot_task_detail: () -> Types::SnapshotTaskDetail
|
#tags ⇒ ::Array[Types::Tag]
11072 |
# File 'sig/client.rbs', line 11072
def tags: () -> ::Array[Types::Tag]
|