Class: Aws::BedrockAgentRuntime::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_identifierString

A unique identifier for the session to retrieve. You can specify either the session's sessionId or its Amazon Resource Name (ARN).

Returns:

  • (String)


3208
3209
3210
3211
3212
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3208

class GetSessionRequest < Struct.new(
  :session_identifier)
  SENSITIVE = []
  include Aws::Structure
end