Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEdgeDeploymentPlanResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6312 class CreateEdgeDeploymentPlanResponse < Struct.new( :edge_deployment_plan_arn) SENSITIVE = [] include Aws::Structure end |