Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanResponse

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_arnString

The ARN of the edge deployment plan.

Returns:

  • (String)


6787
6788
6789
6790
6791
# File 'lib/aws-sdk-sagemaker/types.rb', line 6787

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