Class: Aws::QuickSight::Types::SearchKnowledgeBasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchKnowledgeBasesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_summaries ⇒ Array<Types::KnowledgeBaseSummary>
A list of knowledge base summaries.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#knowledge_base_summaries ⇒ Array<Types::KnowledgeBaseSummary>
A list of knowledge base summaries.
37347 37348 37349 37350 37351 37352 37353 37354 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37347 class SearchKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
37347 37348 37349 37350 37351 37352 37353 37354 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37347 class SearchKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
37347 37348 37349 37350 37351 37352 37353 37354 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37347 class SearchKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
37347 37348 37349 37350 37351 37352 37353 37354 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37347 class SearchKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |