Class: Aws::SageMaker::Types::DeleteEdgeDeploymentPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEdgeDeploymentPlanRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
8969 8970 8971 8972 8973 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8969 class DeleteEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name) SENSITIVE = [] include Aws::Structure end |