Class: Aws::BedrockAgentCoreControl::Types::UpdateAgentRuntimeEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

The Amazon Resource Name (ARN) of the AgentCore Runtime.

Returns:

  • (String)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_runtime_endpoint_arnString

The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.

Returns:

  • (String)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the AgentCore Runtime endpoint was created.

Returns:

  • (Time)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the AgentCore Runtime endpoint was last updated.

Returns:

  • (Time)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#live_versionString

The currently deployed version of the AgentCore Runtime on the endpoint.

Returns:

  • (String)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the updated AgentCore Runtime endpoint.

Returns:

  • (String)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_versionString

The target version of the AgentCore Runtime for the endpoint.

Returns:

  • (String)


15217
15218
15219
15220
15221
15222
15223
15224
15225
15226
15227
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15217

class UpdateAgentRuntimeEndpointResponse < Struct.new(
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end