#[non_exhaustive]pub struct DescribeConfigurationRecorderStatusInput { /* private fields */ }Expand description
The input for the DescribeConfigurationRecorderStatus action.
Implementations§
source§impl DescribeConfigurationRecorderStatusInput
impl DescribeConfigurationRecorderStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorderStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorderStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationRecorderStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationRecorderStatusInput.
source§impl DescribeConfigurationRecorderStatusInput
impl DescribeConfigurationRecorderStatusInput
sourcepub fn configuration_recorder_names(&self) -> Option<&[String]>
pub fn configuration_recorder_names(&self) -> Option<&[String]>
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
Trait Implementations§
source§impl Clone for DescribeConfigurationRecorderStatusInput
impl Clone for DescribeConfigurationRecorderStatusInput
source§fn clone(&self) -> DescribeConfigurationRecorderStatusInput
fn clone(&self) -> DescribeConfigurationRecorderStatusInput
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<DescribeConfigurationRecorderStatusInput> for DescribeConfigurationRecorderStatusInput
impl PartialEq<DescribeConfigurationRecorderStatusInput> for DescribeConfigurationRecorderStatusInput
source§fn eq(&self, other: &DescribeConfigurationRecorderStatusInput) -> bool
fn eq(&self, other: &DescribeConfigurationRecorderStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.