Class: Aws::QConnect::Types::GetContentAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentAssociationRequest
- Defined in:
- gems/aws-sdk-qconnect/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.
5002 5003 5004 5005 5006 5007 5008 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5002 class GetContentAssociationRequest < Struct.new( :knowledge_base_id, :content_id, :content_association_id) SENSITIVE = [] include Aws::Structure end |
#content_id ⇒ String
The identifier of the content.
5002 5003 5004 5005 5006 5007 5008 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5002 class GetContentAssociationRequest < 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.
5002 5003 5004 5005 5006 5007 5008 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5002 class GetContentAssociationRequest < Struct.new( :knowledge_base_id, :content_id, :content_association_id) SENSITIVE = [] include Aws::Structure end |