Class: Aws::Types::DescribeSnapshotAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "productCodes", "createVolumePermission"
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#attribute ⇒ "productCodes", "createVolumePermission"
Returns the value of attribute attribute.
7097 7098 7099 |
# File 'sig/types.rbs', line 7097 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
7098 7099 7100 |
# File 'sig/types.rbs', line 7098 def snapshot_id @snapshot_id end |