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.
11382 11383 11384 11385 11386 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11382 class DeleteEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name) SENSITIVE = [] include Aws::Structure end |