Class: Aws::QConnect::Types::DeleteContentAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_association_id ⇒ String

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

Returns:

  • (String)


4124
4125
4126
4127
4128
4129
4130
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4124

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

#content_id ⇒ String

The identifier of the content.

Returns:

  • (String)


4124
4125
4126
4127
4128
4129
4130
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4124

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

#knowledge_base_id ⇒ String

The identifier of the knowledge base.

Returns:

  • (String)


4124
4125
4126
4127
4128
4129
4130
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4124

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