You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::CacheParameterGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a CreateCacheParameterGroup operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the cache parameter group.

Returns:

  • (String)

    The ARN (Amazon Resource Name) of the cache parameter group.

#cache_parameter_group_familyString

The name of the cache parameter group family that this cache parameter group is compatible with.

Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x |

Returns:

  • (String)

    The name of the cache parameter group family that this cache parameter group is compatible with.

#cache_parameter_group_nameString

The name of the cache parameter group.

Returns:

  • (String)

    The name of the cache parameter group.

#descriptionString

The description for this cache parameter group.

Returns:

  • (String)

    The description for this cache parameter group.

#is_globalBoolean

Indicates whether the parameter group is associated with a Global Datastore

Returns:

  • (Boolean)

    Indicates whether the parameter group is associated with a Global Datastore.