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.
12471 12472 12473 12474 12475 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12471 class DeleteProjectInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |