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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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)


1095
1096
1097
1098
1099
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1095

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