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.
5001 5002 5003 5004 5005 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 5001 class UpdateDatasetResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |