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.
11343 11344 11345 11346 11347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11343 class DeleteEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name) SENSITIVE = [] include Aws::Structure end |