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