Class: Aws::BedrockAgentRuntime::Types::EndSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::EndSessionResponse
- Includes:
- Structure
- Defined in:
- 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.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2067 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.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2067 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.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2067 class EndSessionResponse < Struct.new( :session_arn, :session_id, :session_status) SENSITIVE = [] include Aws::Structure end |