pub struct PutParameterOutput {
pub version: i64,
pub tier: String,
}Expand description
Output for the PutParameter operation.
Fields§
§version: i64The version of the parameter.
tier: StringThe tier of the parameter.
Trait Implementations§
Source§impl Clone for PutParameterOutput
impl Clone for PutParameterOutput
Source§fn clone(&self) -> PutParameterOutput
fn clone(&self) -> PutParameterOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Default for PutParameterOutput
impl Default for PutParameterOutput
Source§fn default() -> PutParameterOutput
fn default() -> PutParameterOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutParameterOutput
impl<'de> Deserialize<'de> for PutParameterOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PutParameterOutput
impl RefUnwindSafe for PutParameterOutput
impl Send for PutParameterOutput
impl Sync for PutParameterOutput
impl Unpin for PutParameterOutput
impl UnsafeUnpin 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