Class: Aws::BedrockAgent::Types::DeleteAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Delete Agent Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Identifier for a resource.
-
#agent_status ⇒ String
Schema Type for Action APIs.
Instance Attribute Details
#agent_id ⇒ String
Identifier for a resource.
1298 1299 1300 1301 1302 1303 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1298 class DeleteAgentResponse < Struct.new( :agent_id, :agent_status) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
Schema Type for Action APIs.
1298 1299 1300 1301 1302 1303 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1298 class DeleteAgentResponse < Struct.new( :agent_id, :agent_status) SENSITIVE = [] include Aws::Structure end |