Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeResponse

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_idString

The unique identifier of the AgentCore Runtime.

Returns:

  • (String)


4457
4458
4459
4460
4461
4462
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4457

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

#statusString

The current status of the AgentCore Runtime deletion.

Returns:

  • (String)


4457
4458
4459
4460
4461
4462
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4457

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