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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_summariesArray<Types::KnowledgeBaseSummary>

A list of knowledge base summaries.

Returns:



37385
37386
37387
37388
37389
37390
37391
37392
# File 'lib/aws-sdk-quicksight/types.rb', line 37385

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


37385
37386
37387
37388
37389
37390
37391
37392
# File 'lib/aws-sdk-quicksight/types.rb', line 37385

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


37385
37386
37387
37388
37389
37390
37391
37392
# File 'lib/aws-sdk-quicksight/types.rb', line 37385

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


37385
37386
37387
37388
37389
37390
37391
37392
# File 'lib/aws-sdk-quicksight/types.rb', line 37385

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