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