Class: Aws::Types::CacheEngineVersion
- Inherits:
-
Object
- Object
- Aws::Types::CacheEngineVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_engine_description ⇒ ::String
Returns the value of attribute cache_engine_description.
-
#cache_engine_version_description ⇒ ::String
Returns the value of attribute cache_engine_version_description.
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
Instance Attribute Details
#cache_engine_description ⇒ ::String
Returns the value of attribute cache_engine_description.
128 129 130 |
# File 'sig/types.rbs', line 128 def cache_engine_description @cache_engine_description end |
#cache_engine_version_description ⇒ ::String
Returns the value of attribute cache_engine_version_description.
129 130 131 |
# File 'sig/types.rbs', line 129 def cache_engine_version_description @cache_engine_version_description end |
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
127 128 129 |
# File 'sig/types.rbs', line 127 def cache_parameter_group_family @cache_parameter_group_family end |
#engine ⇒ ::String
Returns the value of attribute engine.
125 126 127 |
# File 'sig/types.rbs', line 125 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
126 127 128 |
# File 'sig/types.rbs', line 126 def engine_version @engine_version end |