Class: Aws::GlueDataBrew::Types::CreateDatasetRequest

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

#formatString

The file format of a dataset that is created from an Amazon S3 file or folder.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#format_optionsTypes::FormatOptions

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.



207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::Input

Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.

Returns:



207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#path_optionsTypes::PathOptions

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

Returns:



207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags to apply to this dataset.

Returns:

  • (Hash<String,String>)


207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 207

class CreateDatasetRequest < Struct.new(
  :name,
  :format,
  :format_options,
  :input,
  :path_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end