Class: Aws::QuickSight::Types::UpdateQuickSightQSearchConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateQuickSightQSearchConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#q_search_status ⇒ String
The status of the Amazon QuickSight Q Search configuration.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#q_search_status ⇒ String
The status of the Amazon QuickSight Q Search configuration.
37006 37007 37008 37009 37010 37011 37012 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37006 class UpdateQuickSightQSearchConfigurationResponse < Struct.new( :q_search_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
37006 37007 37008 37009 37010 37011 37012 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37006 class UpdateQuickSightQSearchConfigurationResponse < Struct.new( :q_search_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
37006 37007 37008 37009 37010 37011 37012 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37006 class UpdateQuickSightQSearchConfigurationResponse < Struct.new( :q_search_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |