Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:endpoint_name]
Instance Attribute Summary collapse
-
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime associated with the endpoint.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#endpoint_name ⇒ String
The name of the AgentCore Runtime endpoint to delete.
Instance Attribute Details
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime associated with the endpoint.
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_token ⇒ String
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.
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_name ⇒ String
The name of the AgentCore Runtime endpoint to delete.
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 |