Class: Aws::SageMaker::Types::DescribeProjectInput

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_nameString

The name of the project to describe.

Returns:

  • (String)


15076
15077
15078
15079
15080
# File 'lib/aws-sdk-sagemaker/types.rb', line 15076

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