Class: Aws::GlueDataBrew::Types::UpdateDatasetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dataset that you updated.

Returns:

  • (String)


5001
5002
5003
5004
5005
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 5001

class UpdateDatasetResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end