#[non_exhaustive]pub struct BatchGetAggregateResourceConfigOutput { /* private fields */ }Implementations
sourceimpl BatchGetAggregateResourceConfigOutput
impl BatchGetAggregateResourceConfigOutput
sourcepub fn base_configuration_items(&self) -> Option<&[BaseConfigurationItem]>
pub fn base_configuration_items(&self) -> Option<&[BaseConfigurationItem]>
A list that contains the current configuration of one or more resources.
sourcepub fn unprocessed_resource_identifiers(
&self
) -> Option<&[AggregateResourceIdentifier]>
pub fn unprocessed_resource_identifiers(
&self
) -> Option<&[AggregateResourceIdentifier]>
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
sourceimpl BatchGetAggregateResourceConfigOutput
impl BatchGetAggregateResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetAggregateResourceConfigOutput.
Trait Implementations
sourceimpl Clone for BatchGetAggregateResourceConfigOutput
impl Clone for BatchGetAggregateResourceConfigOutput
sourcefn clone(&self) -> BatchGetAggregateResourceConfigOutput
fn clone(&self) -> BatchGetAggregateResourceConfigOutput
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<BatchGetAggregateResourceConfigOutput> for BatchGetAggregateResourceConfigOutput
impl PartialEq<BatchGetAggregateResourceConfigOutput> for BatchGetAggregateResourceConfigOutput
sourcefn eq(&self, other: &BatchGetAggregateResourceConfigOutput) -> bool
fn eq(&self, other: &BatchGetAggregateResourceConfigOutput) -> bool
impl StructuralPartialEq for BatchGetAggregateResourceConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetAggregateResourceConfigOutput
impl Send for BatchGetAggregateResourceConfigOutput
impl Sync for BatchGetAggregateResourceConfigOutput
impl Unpin for BatchGetAggregateResourceConfigOutput
impl UnwindSafe for BatchGetAggregateResourceConfigOutput
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