Module: Aws::EC2::Client::_DescribeSnapshotAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSnapshotAttributeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_volume_permissions ⇒ ::Array[Types::CreateVolumePermission]
- #product_codes ⇒ ::Array[Types::ProductCode]
- #snapshot_id ⇒ ::String
Instance Method Details
#create_volume_permissions ⇒ ::Array[Types::CreateVolumePermission]
7779 |
# File 'sig/client.rbs', line 7779
def create_volume_permissions: () -> ::Array[Types::CreateVolumePermission]
|
#product_codes ⇒ ::Array[Types::ProductCode]
7777 |
# File 'sig/client.rbs', line 7777
def product_codes: () -> ::Array[Types::ProductCode]
|
#snapshot_id ⇒ ::String
7778 |
# File 'sig/client.rbs', line 7778
def snapshot_id: () -> ::String
|