Class: Aws::BedrockAgentRuntime::Types::SessionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgentRuntime::Types::SessionSummary
 
 
- Defined in:
 - gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
 
Overview
Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the session was created.
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the session was last modified.
 - 
  
    
      #session_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the session.
 - 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the session.
 - 
  
    
      #session_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the session.
 
Instance Attribute Details
#created_at ⇒ Time
The timestamp for when the session was created.
      8364 8365 8366 8367 8368 8369 8370 8371 8372  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8364 class SessionSummary < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
The timestamp for when the session was last modified.
      8364 8365 8366 8367 8368 8369 8370 8371 8372  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8364 class SessionSummary < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
      8364 8365 8366 8367 8368 8369 8370 8371 8372  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8364 class SessionSummary < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#session_id ⇒ String
The unique identifier for the session.
      8364 8365 8366 8367 8368 8369 8370 8371 8372  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8364 class SessionSummary < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#session_status ⇒ String
The current status of the session.
      8364 8365 8366 8367 8368 8369 8370 8371 8372  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8364 class SessionSummary < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end  |