Class: Aws::Types::NaturalLanguageQueryGenerationOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::NaturalLanguageQueryGenerationOptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_state ⇒ "NOT_ENABLED", ...
Returns the value of attribute current_state.
-
#desired_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute desired_state.
Instance Attribute Details
#current_state ⇒ "NOT_ENABLED", ...
Returns the value of attribute current_state.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def current_state @current_state end |
#desired_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute desired_state.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def desired_state @desired_state end |