Class: Aws::QConnect::Types::GetAssistantAssociationResponse

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

#assistant_associationTypes::AssistantAssociationData

The assistant association.



4956
4957
4958
4959
4960
# File 'lib/aws-sdk-qconnect/types.rb', line 4956

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