#[non_exhaustive]pub struct DescribeConfigurationAggregatorSourcesStatusOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeConfigurationAggregatorSourcesStatusOutput
impl DescribeConfigurationAggregatorSourcesStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationAggregatorSourcesStatusOutput.
Trait Implementations
sourceimpl Clone for DescribeConfigurationAggregatorSourcesStatusOutput
impl Clone for DescribeConfigurationAggregatorSourcesStatusOutput
sourcefn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusOutput
fn clone(&self) -> DescribeConfigurationAggregatorSourcesStatusOutput
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 PartialEq<DescribeConfigurationAggregatorSourcesStatusOutput> for DescribeConfigurationAggregatorSourcesStatusOutput
impl PartialEq<DescribeConfigurationAggregatorSourcesStatusOutput> for DescribeConfigurationAggregatorSourcesStatusOutput
sourcefn eq(&self, other: &DescribeConfigurationAggregatorSourcesStatusOutput) -> bool
fn eq(&self, other: &DescribeConfigurationAggregatorSourcesStatusOutput) -> bool
impl StructuralPartialEq for DescribeConfigurationAggregatorSourcesStatusOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigurationAggregatorSourcesStatusOutput
impl Send for DescribeConfigurationAggregatorSourcesStatusOutput
impl Sync for DescribeConfigurationAggregatorSourcesStatusOutput
impl Unpin for DescribeConfigurationAggregatorSourcesStatusOutput
impl UnwindSafe for DescribeConfigurationAggregatorSourcesStatusOutput
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