Class: Aws::BedrockAgentCore::Types::StopRuntimeSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StopRuntimeSessionResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#runtime_session_id ⇒ String
The ID of the session that you requested to stop.
-
#status_code ⇒ Integer
The status code of the request to stop the session.
Instance Attribute Details
#runtime_session_id ⇒ String
The ID of the session that you requested to stop.
4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4917 class StopRuntimeSessionResponse < Struct.new( :runtime_session_id, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The status code of the request to stop the session.
4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4917 class StopRuntimeSessionResponse < Struct.new( :runtime_session_id, :status_code) SENSITIVE = [] include Aws::Structure end |