Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointResponse

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.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4416

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

#endpoint_nameString

The name of the AgentCore Runtime endpoint.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4416

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

#statusString

The current status of the AgentCore Runtime endpoint deletion.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4416

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