Class: Aws::GlueDataBrew::Types::DeleteDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteDatasetResponse
- 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 dataset that you deleted.
Instance Attribute Details
#name ⇒ String
The name of the dataset that you deleted.
1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1009 class DeleteDatasetResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |