Struct aws_sdk_elasticache::model::ParameterNameValue
source · #[non_exhaustive]pub struct ParameterNameValue { /* private fields */ }
Expand description
Describes a name-value pair that is used to update the value of a parameter.
Implementations§
source§impl ParameterNameValue
impl ParameterNameValue
sourcepub fn parameter_name(&self) -> Option<&str>
pub fn parameter_name(&self) -> Option<&str>
The name of the parameter.
sourcepub fn parameter_value(&self) -> Option<&str>
pub fn parameter_value(&self) -> Option<&str>
The value of the parameter.
source§impl ParameterNameValue
impl ParameterNameValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterNameValue
.
Trait Implementations§
source§impl Clone for ParameterNameValue
impl Clone for ParameterNameValue
source§fn clone(&self) -> ParameterNameValue
fn clone(&self) -> ParameterNameValue
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 more