Class: Aws::QuickSight::Types::SearchKnowledgeBasesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_summaries ⇒ Array<Types::KnowledgeBaseSummary>

A list of knowledge base summaries.

Returns:



40910
40911
40912
40913
40914
40915
40916
40917
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40910

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.

Returns:

  • (String)


40910
40911
40912
40913
40914
40915
40916
40917
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40910

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.

Returns:

  • (String)


40910
40911
40912
40913
40914
40915
40916
40917
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40910

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.

Returns:

  • (Integer)


40910
40911
40912
40913
40914
40915
40916
40917
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40910

class SearchKnowledgeBasesResponse < Struct.new(
  :knowledge_base_summaries,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end