Class: Aws::GlueDataBrew::Types::DeleteProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project to be deleted.

Returns:

  • (String)


1045
1046
1047
1048
1049
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1045

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