Class: Aws::QuickSight::Types::BatchDeleteKnowledgeBaseRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the knowledge base.

Returns:

  • (String)


3894
3895
3896
3897
3898
3899
# File 'lib/aws-sdk-quicksight/types.rb', line 3894

class BatchDeleteKnowledgeBaseRequest < Struct.new(
  :aws_account_id,
  :knowledge_base_ids)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idsArray<String>

A list of knowledge base identifiers to delete.

Returns:

  • (Array<String>)


3894
3895
3896
3897
3898
3899
# File 'lib/aws-sdk-quicksight/types.rb', line 3894

class BatchDeleteKnowledgeBaseRequest < Struct.new(
  :aws_account_id,
  :knowledge_base_ids)
  SENSITIVE = []
  include Aws::Structure
end