Class: Aws::ElastiCache::Types::CacheParameterGroupNameMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Represents the output of one of the following operations:

  • ModifyCacheParameterGroup

  • ResetCacheParameterGroup

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_group_nameString

The name of the cache parameter group.

Returns:

  • (String)


1128
1129
1130
1131
1132
# File 'lib/aws-sdk-elasticache/types.rb', line 1128

class CacheParameterGroupNameMessage < Struct.new(
  :cache_parameter_group_name)
  SENSITIVE = []
  include Aws::Structure
end