Class: Aws::QuickSight::Types::CreateKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateKnowledgeBaseResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_status ⇒ String
The creation status of the knowledge base.
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The unique identifier for 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
#creation_status ⇒ String
The creation status of the knowledge base.
9553 9554 9555 9556 9557 9558 9559 9560 9561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9553 class CreateKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :creation_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
9553 9554 9555 9556 9557 9558 9559 9560 9561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9553 class CreateKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :creation_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier for the knowledge base.
9553 9554 9555 9556 9557 9558 9559 9560 9561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9553 class CreateKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :creation_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
9553 9554 9555 9556 9557 9558 9559 9560 9561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9553 class CreateKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :creation_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
9553 9554 9555 9556 9557 9558 9559 9560 9561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9553 class CreateKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :creation_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |