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 Redis OSS engine version
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine ⇒ String
The name of the engine for which version information is provided.
-
#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 name of the engine for which version information is provided.
2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2051 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
2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2051 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version
2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2051 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.
2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2051 class EngineVersionInfo < Struct.new( :engine, :engine_version, :engine_patch_version, :parameter_group_family) SENSITIVE = [] include Aws::Structure end |