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.
12925 12926 12927 |
# File 'sig/types.rbs', line 12925 def q_search_status @q_search_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12926 12927 12928 |
# File 'sig/types.rbs', line 12926 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12927 12928 12929 |
# File 'sig/types.rbs', line 12927 def status @status end |