Struct aws_sdk_memorydb::model::Parameter
source · #[non_exhaustive]pub struct Parameter { /* private fields */ }
Expand description
Describes an individual setting that controls some aspect of MemoryDB behavior.
Implementations§
source§impl Parameter
impl Parameter
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the parameter
sourcepub fn allowed_values(&self) -> Option<&str>
pub fn allowed_values(&self) -> Option<&str>
The valid range of values for the parameter.
sourcepub fn minimum_engine_version(&self) -> Option<&str>
pub fn minimum_engine_version(&self) -> Option<&str>
The earliest engine version to which the parameter can apply.