Class: Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteAgentRuntimeEndpointResponse
- 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.
-
#endpoint_name ⇒ String
The name of the AgentCore Runtime endpoint.
-
#status ⇒ String
The current status of the AgentCore Runtime endpoint deletion.
Instance Attribute Details
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime.
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_name ⇒ String
The name of the AgentCore Runtime endpoint.
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 |
#status ⇒ String
The current status of the AgentCore Runtime endpoint deletion.
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 |