Module: Aws::SSM::Client::_GetDeployablePatchSnapshotForInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeployablePatchSnapshotForInstanceResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #instance_id ⇒ ::String
- #product ⇒ ::String
- #snapshot_download_url ⇒ ::String
- #snapshot_id ⇒ ::String
Instance Method Details
#instance_id ⇒ ::String
1377 |
# File 'sig/client.rbs', line 1377
def instance_id: () -> ::String
|
#product ⇒ ::String
1380 |
# File 'sig/client.rbs', line 1380
def product: () -> ::String
|
#snapshot_download_url ⇒ ::String
1379 |
# File 'sig/client.rbs', line 1379
def snapshot_download_url: () -> ::String
|
#snapshot_id ⇒ ::String
1378 |
# File 'sig/client.rbs', line 1378
def snapshot_id: () -> ::String
|