Struct aws_sdk_databrew::model::Input
source · [−]#[non_exhaustive]pub struct Input {
pub s3_input_definition: Option<S3Location>,
pub data_catalog_input_definition: Option<DataCatalogInputDefinition>,
pub database_input_definition: Option<DatabaseInputDefinition>,
pub metadata: Option<Metadata>,
}
Expand description
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.s3_input_definition: Option<S3Location>
The Amazon S3 location where the data is stored.
data_catalog_input_definition: Option<DataCatalogInputDefinition>
The Glue Data Catalog parameters for the data.
database_input_definition: Option<DatabaseInputDefinition>
Connection information for dataset input files stored in a database.
metadata: Option<Metadata>
Contains additional resource information needed for specific datasets.
Implementations
The Amazon S3 location where the data is stored.
The Glue Data Catalog parameters for the data.
Connection information for dataset input files stored in a database.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Input
impl UnwindSafe for Input
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