Class: Aws::GlueDataBrew::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteProjectResponse
- Includes:
- Structure
- Defined in:
- 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.
1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1057 class DeleteProjectResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |