pub struct Parameter { /* private fields */ }Expand description
The AWS::SSM::Parameter resource type.
Trait Implementations§
Source§impl From<ParameterProperties> for Parameter
impl From<ParameterProperties> for Parameter
Source§fn from(properties: ParameterProperties) -> Parameter
fn from(properties: ParameterProperties) -> Parameter
Converts to this type from the input type.
Source§impl Resource for Parameter
impl Resource for Parameter
Source§type Properties = ParameterProperties
type Properties = ParameterProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ParameterProperties
fn properties(&self) -> &ParameterProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ParameterProperties
fn properties_mut(&mut self) -> &mut ParameterProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Parameter
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
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