Class: Aws::ConnectWisdomService::Types::GetAssistantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetAssistantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant ⇒ Types::AssistantData
Information about the assistant.
Instance Attribute Details
#assistant ⇒ Types::AssistantData
Information about the assistant.
1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1372 class GetAssistantResponse < Struct.new( :assistant) SENSITIVE = [] include Aws::Structure end |