Class: Aws::BedrockAgentRuntime::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetSessionResponse
- 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.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the session data.
-
#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 in UUID format.
-
#session_metadata ⇒ Hash<String,String>
A map of key-value pairs containing attributes persisted across 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.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the session data. For more information, see Amazon Bedrock session encryption.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp for when the session was last modified.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier for the session in UUID format.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#session_metadata ⇒ Hash<String,String>
A map of key-value pairs containing attributes persisted across the session.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#session_status ⇒ String
The current status of the session.
3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3220 class GetSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at, :session_metadata, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |