#[non_exhaustive]pub struct UnlabelParameterVersionOutput { /* private fields */ }Implementations§
source§impl UnlabelParameterVersionOutput
impl UnlabelParameterVersionOutput
sourcepub fn removed_labels(&self) -> Option<&[String]>
pub fn removed_labels(&self) -> Option<&[String]>
A list of all labels deleted from the parameter.
sourcepub fn invalid_labels(&self) -> Option<&[String]>
pub fn invalid_labels(&self) -> Option<&[String]>
The labels that aren't attached to the given parameter version.
source§impl UnlabelParameterVersionOutput
impl UnlabelParameterVersionOutput
sourcepub fn builder() -> UnlabelParameterVersionOutputBuilder
pub fn builder() -> UnlabelParameterVersionOutputBuilder
Creates a new builder-style object to manufacture UnlabelParameterVersionOutput.
Trait Implementations§
source§impl Clone for UnlabelParameterVersionOutput
impl Clone for UnlabelParameterVersionOutput
source§fn clone(&self) -> UnlabelParameterVersionOutput
fn clone(&self) -> UnlabelParameterVersionOutput
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 PartialEq<UnlabelParameterVersionOutput> for UnlabelParameterVersionOutput
impl PartialEq<UnlabelParameterVersionOutput> for UnlabelParameterVersionOutput
source§fn eq(&self, other: &UnlabelParameterVersionOutput) -> bool
fn eq(&self, other: &UnlabelParameterVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UnlabelParameterVersionOutput
impl RequestId for UnlabelParameterVersionOutput
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.