Struct aws_sdk_databrew::model::DatabaseTableOutputOptions [−][src]
#[non_exhaustive]pub struct DatabaseTableOutputOptions {
pub temp_directory: Option<S3Location>,
pub table_name: Option<String>,
}
Expand description
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.temp_directory: Option<S3Location>
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
table_name: Option<String>
A prefix for the name of a table DataBrew will create in the database.
Implementations
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
A prefix for the name of a table DataBrew will create in the database.
Creates a new builder-style object to manufacture DatabaseTableOutputOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DatabaseTableOutputOptions
impl Send for DatabaseTableOutputOptions
impl Sync for DatabaseTableOutputOptions
impl Unpin for DatabaseTableOutputOptions
impl UnwindSafe for DatabaseTableOutputOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more