Class: Aws::ConnectWisdomService::Types::GetAssistantAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetAssistantAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_association_id ⇒ String
The identifier of the assistant association.
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
Instance Attribute Details
#assistant_association_id ⇒ String
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1334 class GetAssistantAssociationRequest < Struct.new( :assistant_association_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1334 class GetAssistantAssociationRequest < Struct.new( :assistant_association_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |