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.
7106 7107 7108 |
# File 'sig/types.rbs', line 7106 def @create_volume_permissions end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
7104 7105 7106 |
# File 'sig/types.rbs', line 7104 def product_codes @product_codes end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
7105 7106 7107 |
# File 'sig/types.rbs', line 7105 def snapshot_id @snapshot_id end |