Class: Aws::QConnect::Types::CreateAssistantAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAssistantAssociationResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_association ⇒ Types::AssistantAssociationData
The assistant association.
Instance Attribute Details
#assistant_association ⇒ Types::AssistantAssociationData
The assistant association.
2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2371 class CreateAssistantAssociationResponse < Struct.new( :assistant_association) SENSITIVE = [] include Aws::Structure end |