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

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)


10041
10042
10043
10044
10045
10046
10047
10048
10049
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10041

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

#last_updated_atTime

The timestamp for when the session was last modified.

Returns:

  • (Time)


10041
10042
10043
10044
10045
10046
10047
10048
10049
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10041

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

#session_arnString

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

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10041

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

#session_idString

The unique identifier of the session you updated.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10041

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

#session_statusString

The status of the session you updated.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10041

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