Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Instance Attribute Details

#engineString

The name of the engine for which version information is provided.

Returns:

  • (String)

2051
2052
2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-memorydb/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_versionString

The patched engine version

Returns:

  • (String)

2051
2052
2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-memorydb/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_versionString

The engine version

Returns:

  • (String)

2051
2052
2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-memorydb/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_familyString

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

Returns:

  • (String)

2051
2052
2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-memorydb/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