#[non_exhaustive]pub struct DescribeConfigurationAggregatorSourcesStatusOutput { /* private fields */ }Implementations§
source§impl DescribeConfigurationAggregatorSourcesStatusOutput
impl DescribeConfigurationAggregatorSourcesStatusOutput
sourcepub fn aggregated_source_status_list(&self) -> Option<&[AggregatedSourceStatus]>
pub fn aggregated_source_status_list(&self) -> Option<&[AggregatedSourceStatus]>
Returns an AggregatedSourceStatus object.
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.
source§impl DescribeConfigurationAggregatorSourcesStatusOutput
impl DescribeConfigurationAggregatorSourcesStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationAggregatorSourcesStatusOutput.
Trait Implementations§
source§impl Clone for DescribeConfigurationAggregatorSourcesStatusOutput
impl Clone for DescribeConfigurationAggregatorSourcesStatusOutput
source§fn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusOutput
fn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusOutput
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 more