#[non_exhaustive]pub struct BatchGetAggregateResourceConfigInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for BatchGetAggregateResourceConfigInput
impl Clone for BatchGetAggregateResourceConfigInput
sourcefn clone(&self) -> BatchGetAggregateResourceConfigInput
fn clone(&self) -> BatchGetAggregateResourceConfigInput
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<BatchGetAggregateResourceConfigInput> for BatchGetAggregateResourceConfigInput
impl PartialEq<BatchGetAggregateResourceConfigInput> for BatchGetAggregateResourceConfigInput
sourcefn eq(&self, other: &BatchGetAggregateResourceConfigInput) -> bool
fn eq(&self, other: &BatchGetAggregateResourceConfigInput) -> bool
impl StructuralPartialEq for BatchGetAggregateResourceConfigInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetAggregateResourceConfigInput
impl Send for BatchGetAggregateResourceConfigInput
impl Sync for BatchGetAggregateResourceConfigInput
impl Unpin for BatchGetAggregateResourceConfigInput
impl UnwindSafe for BatchGetAggregateResourceConfigInput
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