Class: Aws::QConnect::Types::GetAssistantRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1565
1566
1567
1568
1569
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1565

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