#[non_exhaustive]pub struct DescribeConfigurationRecordersInput { /* private fields */ }Expand description
The input for the DescribeConfigurationRecorders action.
Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DescribeConfigurationRecordersInput
impl Clone for DescribeConfigurationRecordersInput
source§fn clone(&self) -> DescribeConfigurationRecordersInput
fn clone(&self) -> DescribeConfigurationRecordersInput
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<DescribeConfigurationRecordersInput> for DescribeConfigurationRecordersInput
impl PartialEq<DescribeConfigurationRecordersInput> for DescribeConfigurationRecordersInput
source§fn eq(&self, other: &DescribeConfigurationRecordersInput) -> bool
fn eq(&self, other: &DescribeConfigurationRecordersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.