#[non_exhaustive]pub struct DescribeConfigurationRecordersInput { /* private fields */ }Expand description
The input for the DescribeConfigurationRecorders action.
Implementations
sourceimpl DescribeConfigurationRecordersInput
impl DescribeConfigurationRecordersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorders, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorders, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationRecorders>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationRecordersInput.
sourceimpl DescribeConfigurationRecordersInput
impl DescribeConfigurationRecordersInput
sourcepub fn configuration_recorder_names(&self) -> Option<&[String]>
pub fn configuration_recorder_names(&self) -> Option<&[String]>
A list of configuration recorder names.
Trait Implementations
sourceimpl Clone for DescribeConfigurationRecordersInput
impl Clone for DescribeConfigurationRecordersInput
sourcefn clone(&self) -> DescribeConfigurationRecordersInput
fn clone(&self) -> DescribeConfigurationRecordersInput
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<DescribeConfigurationRecordersInput> for DescribeConfigurationRecordersInput
impl PartialEq<DescribeConfigurationRecordersInput> for DescribeConfigurationRecordersInput
sourcefn eq(&self, other: &DescribeConfigurationRecordersInput) -> bool
fn eq(&self, other: &DescribeConfigurationRecordersInput) -> bool
impl StructuralPartialEq for DescribeConfigurationRecordersInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigurationRecordersInput
impl Send for DescribeConfigurationRecordersInput
impl Sync for DescribeConfigurationRecordersInput
impl Unpin for DescribeConfigurationRecordersInput
impl UnwindSafe for DescribeConfigurationRecordersInput
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