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

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_nameString

The name of the project to describe.

Returns:

  • (String)


16150
16151
16152
16153
16154
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16150

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