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.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def status @status end |