Class: Aws::Types::EncryptionSupport
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionSupport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_state ⇒ "enabling", ...
Returns the value of attribute encryption_state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
Instance Attribute Details
#encryption_state ⇒ "enabling", ...
Returns the value of attribute encryption_state.
9104 9105 9106 |
# File 'sig/types.rbs', line 9104 def encryption_state @encryption_state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
9105 9106 9107 |
# File 'sig/types.rbs', line 9105 def @state_message end |