Class: Aws::MemoryDB::Types::EngineVersionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::EngineVersionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Provides details of the engine version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine ⇒ String
The version of the Redis OSS or Valkey engine used by the cluster.
-
#engine_patch_version ⇒ String
The patched engine version.
-
#engine_version ⇒ String
The engine version.
-
#parameter_group_family ⇒ String
Specifies the name of the parameter group family to which the engine default parameters apply.
Instance Attribute Details
#engine ⇒ String
The version of the Redis OSS or Valkey engine used by the cluster.
1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1893 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |
#engine_patch_version ⇒ String
The patched engine version
1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1893 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version
1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1893 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |
#parameter_group_family ⇒ String
Specifies the name of the parameter group family to which the engine default parameters apply.
1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1893 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |