#[non_exhaustive]pub struct GetAggregateResourceConfigInput { /* private fields */ }Implementations§
source§impl GetAggregateResourceConfigInput
impl GetAggregateResourceConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAggregateResourceConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAggregateResourceConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAggregateResourceConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAggregateResourceConfigInput.
source§impl GetAggregateResourceConfigInput
impl GetAggregateResourceConfigInput
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_identifier(&self) -> Option<&AggregateResourceIdentifier>
pub fn resource_identifier(&self) -> Option<&AggregateResourceIdentifier>
An object that identifies aggregate resource.
Trait Implementations§
source§impl Clone for GetAggregateResourceConfigInput
impl Clone for GetAggregateResourceConfigInput
source§fn clone(&self) -> GetAggregateResourceConfigInput
fn clone(&self) -> GetAggregateResourceConfigInput
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<GetAggregateResourceConfigInput> for GetAggregateResourceConfigInput
impl PartialEq<GetAggregateResourceConfigInput> for GetAggregateResourceConfigInput
source§fn eq(&self, other: &GetAggregateResourceConfigInput) -> bool
fn eq(&self, other: &GetAggregateResourceConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.