Class: Aws::Types::SuggesterStatus
- Inherits:
-
Object
- Object
- Aws::Types::SuggesterStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::Suggester
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::Suggester
Returns the value of attribute options.
500 501 502 |
# File 'sig/types.rbs', line 500 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
501 502 503 |
# File 'sig/types.rbs', line 501 def status @status end |