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