Class: Aws::BedrockAgentRuntime::Types::UpdateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::UpdateSessionResponse
- 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.
-
#last_updated_at ⇒ Time
The timestamp for when the session was last modified.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session that was updated.
-
#session_id ⇒ String
The unique identifier of the session you updated.
-
#session_status ⇒ String
The status of the session you updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp for when the session was created.
8943 8944 8945 8946 8947 8948 8949 8950 8951 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943 class UpdateSessionResponse < 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.
8943 8944 8945 8946 8947 8948 8949 8950 8951 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943 class UpdateSessionResponse < 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 that was updated.
8943 8944 8945 8946 8947 8948 8949 8950 8951 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943 class UpdateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session you updated.
8943 8944 8945 8946 8947 8948 8949 8950 8951 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943 class UpdateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#session_status ⇒ String
The status of the session you updated.
8943 8944 8945 8946 8947 8948 8949 8950 8951 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943 class UpdateSessionResponse < Struct.new( :session_id, :session_arn, :session_status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |