Class: Aws::SageMaker::Types::UpdateProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateProjectOutput
- 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.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
46605 46606 46607 46608 46609 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46605 class UpdateProjectOutput < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |