Class: Aws::BedrockAgentRuntime::Types::UpdateSessionResponse

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

#created_atTime

The timestamp for when the session was created.

Returns:

  • (Time)


8943
8944
8945
8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943

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

#last_updated_atTime

The timestamp for when the session was last modified.

Returns:

  • (Time)


8943
8944
8945
8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943

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

#session_arnString

The Amazon Resource Name (ARN) of the session that was updated.

Returns:

  • (String)


8943
8944
8945
8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943

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

#session_idString

The unique identifier of the session you updated.

Returns:

  • (String)


8943
8944
8945
8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943

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

#session_statusString

The status of the session you updated.

Returns:

  • (String)


8943
8944
8945
8946
8947
8948
8949
8950
8951
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8943

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