Class: Aws::GlueDataBrew::Types::S3TableOutputOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::S3TableOutputOptions
- Includes:
- Structure
- Defined in:
- 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
-
#location ⇒ Types::S3Location
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
Instance Attribute Details
#location ⇒ Types::S3Location
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
3391 3392 3393 3394 3395 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3391 class S3TableOutputOptions < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |