Class: Aws::Types::AdvancedSecurityOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedSecurityOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::AdvancedSecurityOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::AdvancedSecurityOptions
Returns the value of attribute options.
129 130 131 |
# File 'sig/types.rbs', line 129 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
130 131 132 |
# File 'sig/types.rbs', line 130 def status @status end |