Class: Aws::ElastiCache::Types::DeleteCacheParameterGroupMessage

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

Overview

Represents the input of a DeleteCacheParameterGroup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_group_nameString

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any clusters.

Returns:

  • (String)


3395
3396
3397
3398
3399
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3395

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