Struct aws_sdk_appflow::model::AggregationConfig
source · [−]#[non_exhaustive]pub struct AggregationConfig { /* private fields */ }
Expand description
The aggregation settings that you can use to customize the output format of your flow data.
Implementations
sourceimpl AggregationConfig
impl AggregationConfig
sourcepub fn aggregation_type(&self) -> Option<&AggregationType>
pub fn aggregation_type(&self) -> Option<&AggregationType>
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
sourceimpl AggregationConfig
impl AggregationConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AggregationConfig
.
Trait Implementations
sourceimpl Clone for AggregationConfig
impl Clone for AggregationConfig
sourcefn clone(&self) -> AggregationConfig
fn clone(&self) -> AggregationConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AggregationConfig
impl Debug for AggregationConfig
sourceimpl PartialEq<AggregationConfig> for AggregationConfig
impl PartialEq<AggregationConfig> for AggregationConfig
sourcefn eq(&self, other: &AggregationConfig) -> bool
fn eq(&self, other: &AggregationConfig) -> bool
impl StructuralPartialEq for AggregationConfig
Auto Trait Implementations
impl RefUnwindSafe for AggregationConfig
impl Send for AggregationConfig
impl Sync for AggregationConfig
impl Unpin for AggregationConfig
impl UnwindSafe for AggregationConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more