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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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)


3804
3805
3806
3807
3808
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3804

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