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

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_arnString

The ARN of the edge deployment plan.

Returns:

  • (String)


6839
6840
6841
6842
6843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6839

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