Class: Aws::GlueDataBrew::Types::DescribeDatasetRequest

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 to be described.

Returns:

  • (String)


1153
1154
1155
1156
1157
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1153

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