Class: Aws::MemoryDB::Types::EngineVersionInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#engineString

The version of the Redis OSS or Valkey engine used by the cluster.

Returns:

  • (String)


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_versionString

The patched engine version

Returns:

  • (String)


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_versionString

The engine version

Returns:

  • (String)


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_familyString

Specifies the name of the parameter group family to which the engine default parameters apply.

Returns:

  • (String)


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