Class: Aws::MemoryDB::Types::EngineVersionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::EngineVersionInfo
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Provides details of the Redis OSS engine version
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_patch_version ⇒ String
The patched engine version
1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1867 class EngineVersionInfo < Struct.new( :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version
1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1867 class EngineVersionInfo < Struct.new( :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.
1867 1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1867 class EngineVersionInfo < Struct.new( :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |