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

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

Overview

Note:

When making an API call, you may pass DeleteProjectRequest data as a hash:

{
  name: "ProjectName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project to be deleted.

Returns:

  • (String)


1581
1582
1583
1584
1585
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1581

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