Class: Aws::BedrockAgentRuntime::Types::CreateSessionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::CreateSessionResponse
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp for when the session was created. 
- 
  
    
      #session_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the created 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.
| 1225 1226 1227 1228 1229 1230 1231 1232 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1225 class CreateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at) SENSITIVE = [] include Aws::Structure end | 
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the created session.
| 1225 1226 1227 1228 1229 1230 1231 1232 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1225 class CreateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at) SENSITIVE = [] include Aws::Structure end | 
#session_id ⇒ String
The unique identifier for the session.
| 1225 1226 1227 1228 1229 1230 1231 1232 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1225 class CreateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at) SENSITIVE = [] include Aws::Structure end | 
#session_status ⇒ String
The current status of the session.
| 1225 1226 1227 1228 1229 1230 1231 1232 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1225 class CreateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at) SENSITIVE = [] include Aws::Structure end |