Class: Aws::QConnect::Types::DeleteContentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_idString

The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
# File 'lib/aws-sdk-qconnect/types.rb', line 4088

class DeleteContentRequest < Struct.new(
  :knowledge_base_id,
  :content_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
# File 'lib/aws-sdk-qconnect/types.rb', line 4088

class DeleteContentRequest < Struct.new(
  :knowledge_base_id,
  :content_id)
  SENSITIVE = []
  include Aws::Structure
end