Class: Aws::GlueDataBrew::Types::DeleteProjectResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the project that you deleted.

Returns:

  • (String)


1057
1058
1059
1060
1061
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1057

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