pub struct UnlabelParameterVersionOutput {
pub invalid_labels: Vec<String>,
pub removed_labels: Vec<String>,
}Expand description
Output for the UnlabelParameterVersion operation.
Fields§
§invalid_labels: Vec<String>Labels that were not found on the specified version.
removed_labels: Vec<String>Labels that were successfully removed.
Trait Implementations§
Source§impl Clone for UnlabelParameterVersionOutput
impl Clone for UnlabelParameterVersionOutput
Source§fn clone(&self) -> UnlabelParameterVersionOutput
fn clone(&self) -> UnlabelParameterVersionOutput
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 Default for UnlabelParameterVersionOutput
impl Default for UnlabelParameterVersionOutput
Source§fn default() -> UnlabelParameterVersionOutput
fn default() -> UnlabelParameterVersionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnlabelParameterVersionOutput
impl<'de> Deserialize<'de> for UnlabelParameterVersionOutput
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 UnlabelParameterVersionOutput
impl RefUnwindSafe for UnlabelParameterVersionOutput
impl Send for UnlabelParameterVersionOutput
impl Sync for UnlabelParameterVersionOutput
impl Unpin for UnlabelParameterVersionOutput
impl UnsafeUnpin for UnlabelParameterVersionOutput
impl UnwindSafe for UnlabelParameterVersionOutput
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