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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


10588
10589
10590
10591
10592
# File 'lib/aws-sdk-sagemaker/types.rb', line 10588

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