Class: Aws::BedrockAgentRuntime::Types::CreateSessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp for when the session was created.

Returns:

  • (Time)


1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1912

class CreateSessionResponse < Struct.new(
  :created_at,
  :session_arn,
  :session_id,
  :session_status)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

The Amazon Resource Name (ARN) of the created session.

Returns:

  • (String)


1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1912

class CreateSessionResponse < Struct.new(
  :created_at,
  :session_arn,
  :session_id,
  :session_status)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier for the session.

Returns:

  • (String)


1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1912

class CreateSessionResponse < Struct.new(
  :created_at,
  :session_arn,
  :session_id,
  :session_status)
  SENSITIVE = []
  include Aws::Structure
end

#session_statusString

The current status of the session.

Returns:

  • (String)


1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1912

class CreateSessionResponse < Struct.new(
  :created_at,
  :session_arn,
  :session_id,
  :session_status)
  SENSITIVE = []
  include Aws::Structure
end