Class: Aws::GlueDataBrew::Types::S3TableOutputOptions

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

Overview

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::S3Location

Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.

Returns:



3391
3392
3393
3394
3395
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3391

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