#[non_exhaustive]pub struct DescribeConfigurationAggregatorSourcesStatusInput { /* private fields */ }Implementations§
source§impl DescribeConfigurationAggregatorSourcesStatusInput
impl DescribeConfigurationAggregatorSourcesStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationAggregatorSourcesStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationAggregatorSourcesStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationAggregatorSourcesStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationAggregatorSourcesStatusInput.
source§impl DescribeConfigurationAggregatorSourcesStatusInput
impl DescribeConfigurationAggregatorSourcesStatusInput
sourcepub fn configuration_aggregator_name(&self) -> Option<&str>
pub fn configuration_aggregator_name(&self) -> Option<&str>
The name of the configuration aggregator.
sourcepub fn update_status(&self) -> Option<&[AggregatedSourceStatusType]>
pub fn update_status(&self) -> Option<&[AggregatedSourceStatusType]>
Filters the 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.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for DescribeConfigurationAggregatorSourcesStatusInput
impl Clone for DescribeConfigurationAggregatorSourcesStatusInput
source§fn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusInput
fn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribeConfigurationAggregatorSourcesStatusInput> for DescribeConfigurationAggregatorSourcesStatusInput
impl PartialEq<DescribeConfigurationAggregatorSourcesStatusInput> for DescribeConfigurationAggregatorSourcesStatusInput
source§fn eq(&self, other: &DescribeConfigurationAggregatorSourcesStatusInput) -> bool
fn eq(&self, other: &DescribeConfigurationAggregatorSourcesStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.