Class: Aws::QConnect::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5341
5342
5343
5344
5345
5346
# File 'lib/aws-sdk-qconnect/types.rb', line 5341

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

#session_idString

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


5341
5342
5343
5344
5345
5346
# File 'lib/aws-sdk-qconnect/types.rb', line 5341

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