Class: Aws::QuickSight::Types::BatchDeleteKnowledgeBaseResponse

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

#deletedArray<Types::BatchDeleteKnowledgeBaseSuccess>

A list of knowledge bases that were successfully deleted.



3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3919

class BatchDeleteKnowledgeBaseResponse < Struct.new(
  :deleted,
  :errors,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchDeleteKnowledgeBaseFailure>

A list of knowledge bases that failed to be deleted.



3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3919

class BatchDeleteKnowledgeBaseResponse < Struct.new(
  :deleted,
  :errors,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3919

class BatchDeleteKnowledgeBaseResponse < Struct.new(
  :deleted,
  :errors,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3919

class BatchDeleteKnowledgeBaseResponse < Struct.new(
  :deleted,
  :errors,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end