Class: Aws::SageMaker::Types::DeleteProjectInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 delete.

Returns:

  • (String)


10927
10928
10929
10930
10931
# File 'lib/aws-sdk-sagemaker/types.rb', line 10927

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