Class: Aws::GlueDataBrew::Types::UpdateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateDatasetResponse
- 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 dataset that you updated.
Instance Attribute Details
#name ⇒ String
The name of the dataset that you updated.
3804 3805 3806 3807 3808 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3804 class UpdateDatasetResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |