Class: Aws::QConnect::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Summary information about the session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
-
#session_id ⇒ String
The identifier of the session.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
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_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
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_id ⇒ String
The identifier of the session.
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 |