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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


44240
44241
44242
44243
44244
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44240

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