class Aws::ElastiCache::Types::EngineDefaults

Represents the output of a `DescribeEngineDefaultParameters` operation.

@!attribute [rw] cache_parameter_group_family

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

Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
\| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
`redis5.0` \| `redis6.x` \|
@return [String]

@!attribute [rw] marker

Provides an identifier to allow retrieval of paginated results.
@return [String]

@!attribute [rw] parameters

Contains a list of engine default parameters.
@return [Array<Types::Parameter>]

@!attribute [rw] cache_node_type_specific_parameters

A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one
parameter.
@return [Array<Types::CacheNodeTypeSpecificParameter>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/EngineDefaults AWS API Documentation

Constants

SENSITIVE