Class: Aws::Types::DescribeSnapshotAttributeResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotAttributeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_volume_permissions ⇒ ::Array[Types::CreateVolumePermission]
Returns the value of attribute create_volume_permissions.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#create_volume_permissions ⇒ ::Array[Types::CreateVolumePermission]
Returns the value of attribute create_volume_permissions.
7379 7380 7381 |
# File 'sig/types.rbs', line 7379 def @create_volume_permissions end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
7377 7378 7379 |
# File 'sig/types.rbs', line 7377 def product_codes @product_codes end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
7378 7379 7380 |
# File 'sig/types.rbs', line 7378 def snapshot_id @snapshot_id end |