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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10932
10933
10934
10935
10936
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10932

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