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