Class: Aws::Types::DescribeQuickSightQSearchConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQuickSightQSearchConfigurationResponse
- 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.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def q_search_status @q_search_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4932 4933 4934 |
# File 'sig/types.rbs', line 4932 def status @status end |