Struct aws_sdk_elasticache::model::CacheEngineVersion
source ·
[−]#[non_exhaustive]pub struct CacheEngineVersion {
pub engine: Option<String>,
pub engine_version: Option<String>,
pub cache_parameter_group_family: Option<String>,
pub cache_engine_description: Option<String>,
pub cache_engine_version_description: Option<String>,
}
Expand description
Provides all of the details about a particular cache engine version.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.engine: Option<String>
The name of the cache engine.
engine_version: Option<String>
The version number of the cache engine.
cache_parameter_group_family: Option<String>
The name of the cache parameter group family associated with this cache engine.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
| redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
| redis6.0
| redis6.2
cache_engine_description: Option<String>
The description of the cache engine.
cache_engine_version_description: Option<String>
The description of the cache engine version.
Implementations
The version number of the cache engine.
The name of the cache parameter group family associated with this cache engine.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
| redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
| redis6.0
| redis6.2
The description of the cache engine.
The description of the cache engine version.
Creates a new builder-style object to manufacture CacheEngineVersion
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CacheEngineVersion
impl Send for CacheEngineVersion
impl Sync for CacheEngineVersion
impl Unpin for CacheEngineVersion
impl UnwindSafe for CacheEngineVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more