Class: Aws::QConnect::Types::GetAssistantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAssistantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
Instance Attribute Details
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
4969 4970 4971 4972 4973 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4969 class GetAssistantRequest < Struct.new( :assistant_id) SENSITIVE = [] include Aws::Structure end |