Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
-
#status ⇒ String
The current status of the AgentCore Runtime deletion.
Instance Attribute Details
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
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 |
#status ⇒ String
The current status of the AgentCore Runtime deletion.
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 |