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)


6240
6241
6242
6243
6244
# File 'lib/aws-sdk-sagemaker/types.rb', line 6240

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