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]
7792 |
# File 'sig/client.rbs', line 7792
def create_volume_permissions: () -> ::Array[Types::CreateVolumePermission]
|
#product_codes ⇒ ::Array[Types::ProductCode]
7790 |
# File 'sig/client.rbs', line 7790
def product_codes: () -> ::Array[Types::ProductCode]
|
#snapshot_id ⇒ ::String
7791 |
# File 'sig/client.rbs', line 7791
def snapshot_id: () -> ::String
|