#[non_exhaustive]pub struct GetAggregateResourceConfigOutput { /* private fields */ }Implementations
sourceimpl GetAggregateResourceConfigOutput
impl GetAggregateResourceConfigOutput
sourcepub fn configuration_item(&self) -> Option<&ConfigurationItem>
pub fn configuration_item(&self) -> Option<&ConfigurationItem>
Returns a ConfigurationItem object.
sourceimpl GetAggregateResourceConfigOutput
impl GetAggregateResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAggregateResourceConfigOutput.
Trait Implementations
sourceimpl Clone for GetAggregateResourceConfigOutput
impl Clone for GetAggregateResourceConfigOutput
sourcefn clone(&self) -> GetAggregateResourceConfigOutput
fn clone(&self) -> GetAggregateResourceConfigOutput
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<GetAggregateResourceConfigOutput> for GetAggregateResourceConfigOutput
impl PartialEq<GetAggregateResourceConfigOutput> for GetAggregateResourceConfigOutput
sourcefn eq(&self, other: &GetAggregateResourceConfigOutput) -> bool
fn eq(&self, other: &GetAggregateResourceConfigOutput) -> bool
impl StructuralPartialEq for GetAggregateResourceConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAggregateResourceConfigOutput
impl Send for GetAggregateResourceConfigOutput
impl Sync for GetAggregateResourceConfigOutput
impl Unpin for GetAggregateResourceConfigOutput
impl UnwindSafe for GetAggregateResourceConfigOutput
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