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)


18194
18195
18196
18197
18198
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18194

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