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.
16494 16495 16496 |
# File 'sig/types.rbs', line 16494 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16496 16497 16498 |
# File 'sig/types.rbs', line 16496 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16495 16496 16497 |
# File 'sig/types.rbs', line 16495 def snapshot_id @snapshot_id end |