Class: Aws::SageMaker::Types::UpdateProjectOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The Amazon Resource Name (ARN) of the project.



54679
54680
54681
54682
54683
# File 'lib/aws-sdk-sagemaker/types.rb', line 54679

class UpdateProjectOutput < Struct.new(
  :project_arn)
  SENSITIVE = []
  include Aws::Structure
end