Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEdgeDeploymentPlanResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_deployment_plan_arn ⇒ String
The ARN of the edge deployment plan.
Instance Attribute Details
#edge_deployment_plan_arn ⇒ String
The ARN of the edge deployment plan.
6378 6379 6380 6381 6382 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6378 class CreateEdgeDeploymentPlanResponse < Struct.new( :edge_deployment_plan_arn) SENSITIVE = [] include Aws::Structure end |