Class: Aws::Types::UseCaseStatus
- Inherits:
-
Object
- Object
- Aws::Types::UseCaseStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ "SEARCH", ...
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ "SEARCH", ...
Returns the value of attribute options.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def status @status end |