Struct aws_sdk_memorydb::model::EngineVersionInfo
source · #[non_exhaustive]pub struct EngineVersionInfo { /* private fields */ }
Expand description
Provides details of the Redis engine version
Implementations§
source§impl EngineVersionInfo
impl EngineVersionInfo
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The engine version
sourcepub fn engine_patch_version(&self) -> Option<&str>
pub fn engine_patch_version(&self) -> Option<&str>
The patched engine version
sourcepub fn parameter_group_family(&self) -> Option<&str>
pub fn parameter_group_family(&self) -> Option<&str>
Specifies the name of the parameter group family to which the engine default parameters apply.
source§impl EngineVersionInfo
impl EngineVersionInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EngineVersionInfo
.
Trait Implementations§
source§impl Clone for EngineVersionInfo
impl Clone for EngineVersionInfo
source§fn clone(&self) -> EngineVersionInfo
fn clone(&self) -> EngineVersionInfo
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 EngineVersionInfo
impl Debug for EngineVersionInfo
source§impl PartialEq<EngineVersionInfo> for EngineVersionInfo
impl PartialEq<EngineVersionInfo> for EngineVersionInfo
source§fn eq(&self, other: &EngineVersionInfo) -> bool
fn eq(&self, other: &EngineVersionInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.