Class: Aws::QuickSight::Types::DeleteKnowledgeBaseResponse

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_arnString

The ARN of the deleted knowledge base.

Returns:

  • (String)


16472
16473
16474
16475
16476
16477
16478
16479
# File 'lib/aws-sdk-quicksight/types.rb', line 16472

class DeleteKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The ID of the deleted knowledge base.

Returns:

  • (String)


16472
16473
16474
16475
16476
16477
16478
16479
# File 'lib/aws-sdk-quicksight/types.rb', line 16472

class DeleteKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


16472
16473
16474
16475
16476
16477
16478
16479
# File 'lib/aws-sdk-quicksight/types.rb', line 16472

class DeleteKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


16472
16473
16474
16475
16476
16477
16478
16479
# File 'lib/aws-sdk-quicksight/types.rb', line 16472

class DeleteKnowledgeBaseResponse < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end