Class: Aws::QuickSight::Types::ListKnowledgeBasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListKnowledgeBasesResponse
- 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.
29134 29135 29136 29137 29138 29139 29140 29141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29134 class ListKnowledgeBasesResponse < 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.
29134 29135 29136 29137 29138 29139 29140 29141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29134 class ListKnowledgeBasesResponse < 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.
29134 29135 29136 29137 29138 29139 29140 29141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29134 class ListKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
29134 29135 29136 29137 29138 29139 29140 29141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29134 class ListKnowledgeBasesResponse < Struct.new( :knowledge_base_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |