Class: Aws::QConnect::Types::SessionSummary

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

Overview

Summary information about the session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arnString

The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

Returns:

  • (String)


10524
10525
10526
10527
10528
10529
10530
10531
# File 'lib/aws-sdk-qconnect/types.rb', line 10524

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

#assistant_idString

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


10524
10525
10526
10527
10528
10529
10530
10531
# File 'lib/aws-sdk-qconnect/types.rb', line 10524

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

#session_arnString

The Amazon Resource Name (ARN) of the session.

Returns:

  • (String)


10524
10525
10526
10527
10528
10529
10530
10531
# File 'lib/aws-sdk-qconnect/types.rb', line 10524

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

#session_idString

The identifier of the session.

Returns:

  • (String)


10524
10525
10526
10527
10528
10529
10530
10531
# File 'lib/aws-sdk-qconnect/types.rb', line 10524

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