Struct aws_sdk_config::operation::describe_configuration_recorders::DescribeConfigurationRecordersOutput
source · #[non_exhaustive]pub struct DescribeConfigurationRecordersOutput { /* private fields */ }Expand description
The output for the DescribeConfigurationRecorders action.
Implementations§
source§impl 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.
source§impl DescribeConfigurationRecordersOutput
impl DescribeConfigurationRecordersOutput
sourcepub fn builder() -> DescribeConfigurationRecordersOutputBuilder
pub fn builder() -> DescribeConfigurationRecordersOutputBuilder
Creates a new builder-style object to manufacture DescribeConfigurationRecordersOutput.
Trait Implementations§
source§impl Clone for DescribeConfigurationRecordersOutput
impl Clone for DescribeConfigurationRecordersOutput
source§fn clone(&self) -> DescribeConfigurationRecordersOutput
fn clone(&self) -> DescribeConfigurationRecordersOutput
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<DescribeConfigurationRecordersOutput> for DescribeConfigurationRecordersOutput
impl PartialEq<DescribeConfigurationRecordersOutput> for DescribeConfigurationRecordersOutput
source§fn eq(&self, other: &DescribeConfigurationRecordersOutput) -> bool
fn eq(&self, other: &DescribeConfigurationRecordersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeConfigurationRecordersOutput
impl RequestId for DescribeConfigurationRecordersOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more