Class: Aws::BedrockAgentRuntime::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_identifier ⇒ String
A unique identifier for the session to retrieve.
Instance Attribute Details
#session_identifier ⇒ String
A unique identifier for the session to retrieve. You can specify
either the session's sessionId or its Amazon Resource Name (ARN).
4135 4136 4137 4138 4139 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4135 class GetSessionRequest < Struct.new( :session_identifier) SENSITIVE = [] include Aws::Structure end |