Class: Aws::GlueDataBrew::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteProjectResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the project that you deleted.
Instance Attribute Details
#name ⇒ String
The name of the project that you deleted.
1594 1595 1596 1597 1598 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1594 class DeleteProjectResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |