Class: Aws::SageMaker::Types::DeleteProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteProjectInput
- 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 delete.
Instance Attribute Details
#project_name ⇒ String
The name of the project to delete.
11836 11837 11838 11839 11840 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11836 class DeleteProjectInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |