Class: Aws::SageMaker::Types::DeleteEdgeDeploymentPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_deployment_plan_nameString

The name of the edge deployment plan to delete.

Returns:

  • (String)


10559
10560
10561
10562
10563
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10559

class DeleteEdgeDeploymentPlanRequest < Struct.new(
  :edge_deployment_plan_name)
  SENSITIVE = []
  include Aws::Structure
end