Class: Aws::SageMaker::Types::DeleteEdgeDeploymentPlanRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteEdgeDeploymentPlanRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #edge_deployment_plan_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the edge deployment plan to delete.
 
Instance Attribute Details
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan to delete.
      11953 11954 11955 11956 11957  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11953 class DeleteEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name) SENSITIVE = [] include Aws::Structure end  |