Class: Aws::QConnect::Types::DeleteContentAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteContentAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_association_id ⇒ String
The identifier of the content association.
-
#content_id ⇒ String
The identifier of the content.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
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.
4064 4065 4066 4067 4068 4069 4070 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4064 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.
4064 4065 4066 4067 4068 4069 4070 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4064 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.
4064 4065 4066 4067 4068 4069 4070 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4064 class DeleteContentAssociationRequest < Struct.new( :knowledge_base_id, :content_id, :content_association_id) SENSITIVE = [] include Aws::Structure end |