pub struct DeleteParametersInput {
pub names: Vec<String>,
}Expand description
Input for the DeleteParameters operation.
Fields§
§names: Vec<String>The names of the parameters to delete (max 10).
Trait Implementations§
Source§impl Clone for DeleteParametersInput
impl Clone for DeleteParametersInput
Source§fn clone(&self) -> DeleteParametersInput
fn clone(&self) -> DeleteParametersInput
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 DeleteParametersInput
impl Debug for DeleteParametersInput
Source§impl Default for DeleteParametersInput
impl Default for DeleteParametersInput
Source§fn default() -> DeleteParametersInput
fn default() -> DeleteParametersInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteParametersInput
impl<'de> Deserialize<'de> for DeleteParametersInput
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 DeleteParametersInput
impl RefUnwindSafe for DeleteParametersInput
impl Send for DeleteParametersInput
impl Sync for DeleteParametersInput
impl Unpin for DeleteParametersInput
impl UnsafeUnpin for DeleteParametersInput
impl UnwindSafe for DeleteParametersInput
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