Class: Aws::SageMaker::Types::DeleteProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteProjectInput
- Defined in:
- gems/aws-sdk-sagemaker/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.
12460 12461 12462 12463 12464 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12460 class DeleteProjectInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |