Class: Aws::QuickSight::Types::DescribeKnowledgeBaseResponse

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_baseTypes::KnowledgeBase

The knowledge base.



18612
18613
18614
18615
18616
18617
18618
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18612

class DescribeKnowledgeBaseResponse < Struct.new(
  :knowledge_base,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18612
18613
18614
18615
18616
18617
18618
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18612

class DescribeKnowledgeBaseResponse < Struct.new(
  :knowledge_base,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


18612
18613
18614
18615
18616
18617
18618
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18612

class DescribeKnowledgeBaseResponse < Struct.new(
  :knowledge_base,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end