Struct aws_sdk_ssm::input::LabelParameterVersionInput
source · #[non_exhaustive]pub struct LabelParameterVersionInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for LabelParameterVersionInput
impl Clone for LabelParameterVersionInput
source§fn clone(&self) -> LabelParameterVersionInput
fn clone(&self) -> LabelParameterVersionInput
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 Debug for LabelParameterVersionInput
impl Debug for LabelParameterVersionInput
source§impl PartialEq<LabelParameterVersionInput> for LabelParameterVersionInput
impl PartialEq<LabelParameterVersionInput> for LabelParameterVersionInput
source§fn eq(&self, other: &LabelParameterVersionInput) -> bool
fn eq(&self, other: &LabelParameterVersionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.