Class: Aws::SageMaker::Types::CreateProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateProjectOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
10053 10054 10055 10056 10057 10058 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10053 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the new project.
10053 10054 10055 10056 10057 10058 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10053 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end |