Class: Aws::Types::UpdateQuickSightQSearchConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuickSightQSearchConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#q_search_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute q_search_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#q_search_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute q_search_status.
12469 12470 12471 |
# File 'sig/types.rbs', line 12469 def q_search_status @q_search_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12470 12471 12472 |
# File 'sig/types.rbs', line 12470 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12471 12472 12473 |
# File 'sig/types.rbs', line 12471 def status @status end |