Class: Aws::QuickSight::Types::DeleteKnowledgeBaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteKnowledgeBaseResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ String
The ARN of the deleted knowledge base.
-
#knowledge_base_id ⇒ String
The ID of the deleted 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_arn ⇒ String
The ARN of the deleted knowledge base.
15438 15439 15440 15441 15442 15443 15444 15445 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15438 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The ID of the deleted knowledge base.
15438 15439 15440 15441 15442 15443 15444 15445 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15438 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
15438 15439 15440 15441 15442 15443 15444 15445 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15438 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
15438 15439 15440 15441 15442 15443 15444 15445 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15438 class DeleteKnowledgeBaseResponse < Struct.new( :knowledge_base_arn, :knowledge_base_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |