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)


11013
11014
11015
11016
11017
# File 'lib/aws-sdk-sagemaker/types.rb', line 11013

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