Class: Aws::BedrockAgent::Types::DeleteAgentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteAgentVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Delete Agent Version Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Identifier for a resource.
-
#agent_status ⇒ String
Schema Type for Action APIs.
-
#agent_version ⇒ String
Numerical Agent Version.
Instance Attribute Details
#agent_id ⇒ String
Identifier for a resource.
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346 class DeleteAgentVersionResponse < Struct.new( :agent_id, :agent_version, :agent_status) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
Schema Type for Action APIs.
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346 class DeleteAgentVersionResponse < Struct.new( :agent_id, :agent_version, :agent_status) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Numerical Agent Version.
1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346 class DeleteAgentVersionResponse < Struct.new( :agent_id, :agent_version, :agent_status) SENSITIVE = [] include Aws::Structure end |