Class: Aws::ConnectWisdomService::Types::GetAssistantAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_associationTypes::AssistantAssociationData

The assistant association.



1347
1348
1349
1350
1351
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1347

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