Class: Aws::QConnect::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SessionSummary
- Defined in:
- gems/aws-sdk-qconnect/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.
8967 8968 8969 8970 8971 8972 8973 8974 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8967 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
8967 8968 8969 8970 8971 8972 8973 8974 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8967 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
8967 8968 8969 8970 8971 8972 8973 8974 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8967 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session.
8967 8968 8969 8970 8971 8972 8973 8974 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8967 class SessionSummary < Struct.new( :assistant_arn, :assistant_id, :session_arn, :session_id) SENSITIVE = [] include Aws::Structure end |