Class: Aws::BedrockAgent::Types::DeleteAgentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteAgentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Delete Agent Request
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when an Agent is created.
 - 
  
    
      #skip_resource_in_use_check  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Skips checking if resource is in use when set to true.
 
Instance Attribute Details
#agent_id ⇒ String
Id generated at the server side when an Agent is created
      1279 1280 1281 1282 1283 1284  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1279 class DeleteAgentRequest < Struct.new( :agent_id, :skip_resource_in_use_check) SENSITIVE = [] include Aws::Structure end  | 
  
#skip_resource_in_use_check ⇒ Boolean
Skips checking if resource is in use when set to true. Defaults to false
      1279 1280 1281 1282 1283 1284  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1279 class DeleteAgentRequest < Struct.new( :agent_id, :skip_resource_in_use_check) SENSITIVE = [] include Aws::Structure end  |