Class: Aws::BedrockAgentRuntime::Types::EndSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::EndSessionResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session you ended.
-
#session_id ⇒ String
The unique identifier of the session you ended.
-
#session_status ⇒ String
The current status of the session you ended.
Instance Attribute Details
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session you ended.
1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1411 class EndSessionResponse < Struct.new( :session_arn, :session_id, :session_status) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session you ended.
1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1411 class EndSessionResponse < Struct.new( :session_arn, :session_id, :session_status) SENSITIVE = [] include Aws::Structure end |
#session_status ⇒ String
The current status of the session you ended.
1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1411 class EndSessionResponse < Struct.new( :session_arn, :session_id, :session_status) SENSITIVE = [] include Aws::Structure end |