Class: Aws::Types::EngineModeStatus
- Inherits:
-
Object
- Object
- Aws::Types::EngineModeStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute options.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def status @status end |