Struct aws_sdk_ssm::operation::put_parameter::PutParameterOutput
source · #[non_exhaustive]pub struct PutParameterOutput { /* private fields */ }
Implementations§
source§impl PutParameterOutput
impl PutParameterOutput
sourcepub fn version(&self) -> i64
pub fn version(&self) -> i64
The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API operations or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
sourcepub fn tier(&self) -> Option<&ParameterTier>
pub fn tier(&self) -> Option<&ParameterTier>
The tier assigned to the parameter.
source§impl PutParameterOutput
impl PutParameterOutput
sourcepub fn builder() -> PutParameterOutputBuilder
pub fn builder() -> PutParameterOutputBuilder
Creates a new builder-style object to manufacture PutParameterOutput
.
Trait Implementations§
source§impl Clone for PutParameterOutput
impl Clone for PutParameterOutput
source§fn clone(&self) -> PutParameterOutput
fn clone(&self) -> PutParameterOutput
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 Debug for PutParameterOutput
impl Debug for PutParameterOutput
source§impl PartialEq<PutParameterOutput> for PutParameterOutput
impl PartialEq<PutParameterOutput> for PutParameterOutput
source§fn eq(&self, other: &PutParameterOutput) -> bool
fn eq(&self, other: &PutParameterOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutParameterOutput
impl RequestId for PutParameterOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for PutParameterOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutParameterOutput
impl Send for PutParameterOutput
impl Sync for PutParameterOutput
impl Unpin for PutParameterOutput
impl UnwindSafe for PutParameterOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more