#[non_exhaustive]pub struct GetAggregateResourceConfigOutput { /* private fields */ }Implementations§
source§impl GetAggregateResourceConfigOutput
impl GetAggregateResourceConfigOutput
sourcepub fn configuration_item(&self) -> Option<&ConfigurationItem>
pub fn configuration_item(&self) -> Option<&ConfigurationItem>
Returns a ConfigurationItem object.
source§impl GetAggregateResourceConfigOutput
impl GetAggregateResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAggregateResourceConfigOutput.
Trait Implementations§
source§impl Clone for GetAggregateResourceConfigOutput
impl Clone for GetAggregateResourceConfigOutput
source§fn clone(&self) -> GetAggregateResourceConfigOutput
fn clone(&self) -> GetAggregateResourceConfigOutput
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 more