Class: Aws::QConnect::Types::GetContentAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetContentAssociationResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_association ⇒ Types::ContentAssociationData
The association between Amazon Q in Connect content and another resource.
Instance Attribute Details
#content_association ⇒ Types::ContentAssociationData
The association between Amazon Q in Connect content and another resource.
4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4401 class GetContentAssociationResponse < Struct.new( :content_association) SENSITIVE = [] include Aws::Structure end |