Class: Aws::QuickSight::Types::DescribeKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeKnowledgeBaseResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base ⇒ Types::KnowledgeBase
The knowledge base.
-
#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 ⇒ Types::KnowledgeBase
The knowledge base.
18797 18798 18799 18800 18801 18802 18803 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18797 class DescribeKnowledgeBaseResponse < Struct.new( :knowledge_base, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18797 18798 18799 18800 18801 18802 18803 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18797 class DescribeKnowledgeBaseResponse < Struct.new( :knowledge_base, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
18797 18798 18799 18800 18801 18802 18803 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18797 class DescribeKnowledgeBaseResponse < Struct.new( :knowledge_base, :request_id, :status) SENSITIVE = [] include Aws::Structure end |