#[non_exhaustive]pub struct DescribeConfigurationRecordersOutput { /* private fields */ }Expand description
The output for the DescribeConfigurationRecorders action.
Implementations
sourceimpl DescribeConfigurationRecordersOutput
impl DescribeConfigurationRecordersOutput
sourcepub fn configuration_recorders(&self) -> Option<&[ConfigurationRecorder]>
pub fn configuration_recorders(&self) -> Option<&[ConfigurationRecorder]>
A list that contains the descriptions of the specified configuration recorders.
sourceimpl DescribeConfigurationRecordersOutput
impl DescribeConfigurationRecordersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationRecordersOutput.
Trait Implementations
sourceimpl Clone for DescribeConfigurationRecordersOutput
impl Clone for DescribeConfigurationRecordersOutput
sourcefn clone(&self) -> DescribeConfigurationRecordersOutput
fn clone(&self) -> DescribeConfigurationRecordersOutput
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<DescribeConfigurationRecordersOutput> for DescribeConfigurationRecordersOutput
impl PartialEq<DescribeConfigurationRecordersOutput> for DescribeConfigurationRecordersOutput
sourcefn eq(&self, other: &DescribeConfigurationRecordersOutput) -> bool
fn eq(&self, other: &DescribeConfigurationRecordersOutput) -> bool
impl StructuralPartialEq for DescribeConfigurationRecordersOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigurationRecordersOutput
impl Send for DescribeConfigurationRecordersOutput
impl Sync for DescribeConfigurationRecordersOutput
impl Unpin for DescribeConfigurationRecordersOutput
impl UnwindSafe for DescribeConfigurationRecordersOutput
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