#[non_exhaustive]pub struct BatchGetAggregateResourceConfigInput { /* private fields */ }Implementations§
source§impl BatchGetAggregateResourceConfigInput
impl BatchGetAggregateResourceConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetAggregateResourceConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetAggregateResourceConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetAggregateResourceConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetAggregateResourceConfigInput.
source§impl BatchGetAggregateResourceConfigInput
impl BatchGetAggregateResourceConfigInput
sourcepub fn configuration_aggregator_name(&self) -> Option<&str>
pub fn configuration_aggregator_name(&self) -> Option<&str>
The name of the configuration aggregator.
sourcepub fn resource_identifiers(&self) -> Option<&[AggregateResourceIdentifier]>
pub fn resource_identifiers(&self) -> Option<&[AggregateResourceIdentifier]>
A list of aggregate ResourceIdentifiers objects.
Trait Implementations§
source§impl Clone for BatchGetAggregateResourceConfigInput
impl Clone for BatchGetAggregateResourceConfigInput
source§fn clone(&self) -> BatchGetAggregateResourceConfigInput
fn clone(&self) -> BatchGetAggregateResourceConfigInput
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<BatchGetAggregateResourceConfigInput> for BatchGetAggregateResourceConfigInput
impl PartialEq<BatchGetAggregateResourceConfigInput> for BatchGetAggregateResourceConfigInput
source§fn eq(&self, other: &BatchGetAggregateResourceConfigInput) -> bool
fn eq(&self, other: &BatchGetAggregateResourceConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.