Class: Aws::Types::ResetSnapshotAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetSnapshotAttributeRequest
- 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.
16197 16198 16199 |
# File 'sig/types.rbs', line 16197 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16199 16200 16201 |
# File 'sig/types.rbs', line 16199 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16198 16199 16200 |
# File 'sig/types.rbs', line 16198 def snapshot_id @snapshot_id end |