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.
5163 5164 5165 |
# File 'sig/types.rbs', line 5163 def q_search_status @q_search_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5164 5165 5166 |
# File 'sig/types.rbs', line 5164 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5165 5166 5167 |
# File 'sig/types.rbs', line 5165 def status @status end |