Struct aws_sdk_appflow::model::PrefixConfig [−][src]
#[non_exhaustive]pub struct PrefixConfig {
pub prefix_type: Option<PrefixType>,
pub prefix_format: Option<PrefixFormat>,
}
Expand description
Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.
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.prefix_type: Option<PrefixType>
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefix_format: Option<PrefixFormat>
Determines the level of granularity that's included in the prefix.
Implementations
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
Determines the level of granularity that's included in the prefix.
Creates a new builder-style object to manufacture PrefixConfig
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 PrefixConfig
impl Send for PrefixConfig
impl Sync for PrefixConfig
impl Unpin for PrefixConfig
impl UnwindSafe for PrefixConfig
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