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