Class: Aws::Types::EncryptionAtRestOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionAtRestOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute options.
723 724 725 |
# File 'sig/types.rbs', line 723 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
724 725 726 |
# File 'sig/types.rbs', line 724 def status @status end |