Class: Aws::Types::EnableSnapshotBlockPublicAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableSnapshotBlockPublicAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#state ⇒ "block-all-sharing", ...
Returns the value of attribute state.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9037 9038 9039 |
# File 'sig/types.rbs', line 9037 def dry_run @dry_run end |
#state ⇒ "block-all-sharing", ...
Returns the value of attribute state.
9036 9037 9038 |
# File 'sig/types.rbs', line 9036 def state @state end |