Class: Aws::BedrockAgent::Types::DeleteAgentActionGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteAgentActionGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Delete Action Group Request
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when an Agent ActionGroup is created.
 - 
  
    
      #agent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id generated at the server side when an Agent is created.
 - 
  
    
      #agent_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Draft Version of the Agent.
 - 
  
    
      #skip_resource_in_use_check  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Skips checking if resource is in use when set to true.
 
Instance Attribute Details
#action_group_id ⇒ String
Id generated at the server side when an Agent ActionGroup is created
      1208 1209 1210 1211 1212 1213 1214 1215  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1208 class DeleteAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :skip_resource_in_use_check) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_id ⇒ String
Id generated at the server side when an Agent is created
      1208 1209 1210 1211 1212 1213 1214 1215  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1208 class DeleteAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :skip_resource_in_use_check) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_version ⇒ String
Draft Version of the Agent.
      1208 1209 1210 1211 1212 1213 1214 1215  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1208 class DeleteAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_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
      1208 1209 1210 1211 1212 1213 1214 1215  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1208 class DeleteAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :skip_resource_in_use_check) SENSITIVE = [] include Aws::Structure end  |