#[non_exhaustive]pub struct PutConfigurationRecorderOutput {}Implementations§
source§impl PutConfigurationRecorderOutput
impl PutConfigurationRecorderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutConfigurationRecorderOutput.
Trait Implementations§
source§impl Clone for PutConfigurationRecorderOutput
impl Clone for PutConfigurationRecorderOutput
source§fn clone(&self) -> PutConfigurationRecorderOutput
fn clone(&self) -> PutConfigurationRecorderOutput
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<PutConfigurationRecorderOutput> for PutConfigurationRecorderOutput
impl PartialEq<PutConfigurationRecorderOutput> for PutConfigurationRecorderOutput
source§fn eq(&self, other: &PutConfigurationRecorderOutput) -> bool
fn eq(&self, other: &PutConfigurationRecorderOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.