Class: Aws::SageMaker::Types::CreateProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateProjectOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#project_id ⇒ String
The ID of the new project.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
9437 9438 9439 9440 9441 9442 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9437 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the new project.
9437 9438 9439 9440 9441 9442 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9437 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end |