Class: Aws::SageMaker::Types::StopEdgeDeploymentStageRequest

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 stop.

Returns:

  • (String)


39524
39525
39526
39527
39528
39529
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39524

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

#stage_nameString

The name of the stage to stop.

Returns:

  • (String)


39524
39525
39526
39527
39528
39529
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39524

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