Class: Aws::QConnect::Types::CreateContentAssociationResponse

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_associationTypes::ContentAssociationData

The association between Amazon Q in Connect content and another resource.



2793
2794
2795
2796
2797
# File 'lib/aws-sdk-qconnect/types.rb', line 2793

class CreateContentAssociationResponse < Struct.new(
  :content_association)
  SENSITIVE = []
  include Aws::Structure
end