Struct aws_sdk_config::model::aggregated_source_status::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AggregatedSourceStatus
Implementations
The source account ID or an organization.
The source account ID or an organization.
The source account or an organization.
The source account or an organization.
The region authorized to collect aggregated data.
The region authorized to collect aggregated data.
Filters the last updated status type.
-
Valid value FAILED indicates errors while moving data.
-
Valid value SUCCEEDED indicates the data was successfully moved.
-
Valid value OUTDATED indicates the data is not the most recent.
Filters the last updated status type.
-
Valid value FAILED indicates errors while moving data.
-
Valid value SUCCEEDED indicates the data was successfully moved.
-
Valid value OUTDATED indicates the data is not the most recent.
The time of the last update.
The time of the last update.
The error code that Config returned when the source account aggregation last failed.
The error code that Config returned when the source account aggregation last failed.
The message indicating that the source account aggregation failed due to an error.
The message indicating that the source account aggregation failed due to an error.
Consumes the builder and constructs a AggregatedSourceStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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