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.
10605 10606 10607 |
# File 'sig/types.rbs', line 10605 def managed_by @managed_by end |
#state ⇒ "block-all-sharing", ...
Returns the value of attribute state.
10604 10605 10606 |
# File 'sig/types.rbs', line 10604 def state @state end |