Class: Aws::BedrockAgentCore::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::SessionSummary
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains summary information about a session in a memory store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor_id ⇒ String
The identifier of the actor associated with the session.
-
#created_at ⇒ Time
The timestamp when the session was created.
-
#session_id ⇒ String
The unique identifier of the session.
Instance Attribute Details
#actor_id ⇒ String
The identifier of the actor associated with the session.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1907 class SessionSummary < Struct.new( :session_id, :actor_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the session was created.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1907 class SessionSummary < Struct.new( :session_id, :actor_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1907 class SessionSummary < Struct.new( :session_id, :actor_id, :created_at) SENSITIVE = [] include Aws::Structure end |