Class: Aws::Types::GetSnapshotBlockPublicAccessStateResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotBlockPublicAccessStateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
-
#state ⇒ "block-all-sharing", ...
Returns the value of attribute state.
Instance Attribute Details
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
10822 10823 10824 |
# File 'sig/types.rbs', line 10822 def managed_by @managed_by end |
#state ⇒ "block-all-sharing", ...
Returns the value of attribute state.
10821 10822 10823 |
# File 'sig/types.rbs', line 10821 def state @state end |