Struct aws_sdk_ssm::input::LabelParameterVersionInput
source · [−]#[non_exhaustive]pub struct LabelParameterVersionInput { /* private fields */ }
Implementations
sourceimpl LabelParameterVersionInput
impl LabelParameterVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<LabelParameterVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<LabelParameterVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<LabelParameterVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelParameterVersionInput
.
sourceimpl LabelParameterVersionInput
impl LabelParameterVersionInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The parameter name on which you want to attach one or more labels.
sourcepub fn parameter_version(&self) -> Option<i64>
pub fn parameter_version(&self) -> Option<i64>
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
Trait Implementations
sourceimpl Clone for LabelParameterVersionInput
impl Clone for LabelParameterVersionInput
sourcefn clone(&self) -> LabelParameterVersionInput
fn clone(&self) -> LabelParameterVersionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LabelParameterVersionInput
impl Debug for LabelParameterVersionInput
sourceimpl PartialEq<LabelParameterVersionInput> for LabelParameterVersionInput
impl PartialEq<LabelParameterVersionInput> for LabelParameterVersionInput
sourcefn eq(&self, other: &LabelParameterVersionInput) -> bool
fn eq(&self, other: &LabelParameterVersionInput) -> bool
impl StructuralPartialEq for LabelParameterVersionInput
Auto Trait Implementations
impl RefUnwindSafe for LabelParameterVersionInput
impl Send for LabelParameterVersionInput
impl Sync for LabelParameterVersionInput
impl Unpin for LabelParameterVersionInput
impl UnwindSafe for LabelParameterVersionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more