Class: Aws::SageMaker::Types::DescribeProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeProjectInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the project to describe.
Instance Attribute Details
#project_name ⇒ String
The name of the project to describe.
17276 17277 17278 17279 17280 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17276 class DescribeProjectInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |