#[non_exhaustive]pub struct BatchGetAggregateResourceConfigOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl BatchGetAggregateResourceConfigOutput
impl BatchGetAggregateResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetAggregateResourceConfigOutput.
Trait Implementations§
source§impl Clone for BatchGetAggregateResourceConfigOutput
impl Clone for BatchGetAggregateResourceConfigOutput
source§fn clone(&self) -> BatchGetAggregateResourceConfigOutput
fn clone(&self) -> BatchGetAggregateResourceConfigOutput
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<BatchGetAggregateResourceConfigOutput> for BatchGetAggregateResourceConfigOutput
impl PartialEq<BatchGetAggregateResourceConfigOutput> for BatchGetAggregateResourceConfigOutput
source§fn eq(&self, other: &BatchGetAggregateResourceConfigOutput) -> bool
fn eq(&self, other: &BatchGetAggregateResourceConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.