#[non_exhaustive]pub struct DescribeConfigurationRecorderStatusInput { /* private fields */ }Expand description
The input for the DescribeConfigurationRecorderStatus action.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeConfigurationRecorderStatusInput
impl Clone for DescribeConfigurationRecorderStatusInput
sourcefn clone(&self) -> DescribeConfigurationRecorderStatusInput
fn clone(&self) -> DescribeConfigurationRecorderStatusInput
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<DescribeConfigurationRecorderStatusInput> for DescribeConfigurationRecorderStatusInput
impl PartialEq<DescribeConfigurationRecorderStatusInput> for DescribeConfigurationRecorderStatusInput
sourcefn eq(&self, other: &DescribeConfigurationRecorderStatusInput) -> bool
fn eq(&self, other: &DescribeConfigurationRecorderStatusInput) -> bool
impl StructuralPartialEq for DescribeConfigurationRecorderStatusInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigurationRecorderStatusInput
impl Send for DescribeConfigurationRecorderStatusInput
impl Sync for DescribeConfigurationRecorderStatusInput
impl Unpin for DescribeConfigurationRecorderStatusInput
impl UnwindSafe for DescribeConfigurationRecorderStatusInput
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