Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:endpoint_name]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_idString

The unique identifier of the AgentCore Runtime associated with the endpoint.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
4400
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4394

class DeleteAgentRuntimeEndpointRequest < Struct.new(
  :agent_runtime_id,
  :endpoint_name,
  :client_token)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
4400
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4394

class DeleteAgentRuntimeEndpointRequest < Struct.new(
  :agent_runtime_id,
  :endpoint_name,
  :client_token)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#endpoint_nameString

The name of the AgentCore Runtime endpoint to delete.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
4400
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4394

class DeleteAgentRuntimeEndpointRequest < Struct.new(
  :agent_runtime_id,
  :endpoint_name,
  :client_token)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end