Class: Aws::ElastiCache::Types::DeleteCacheParameterGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteCacheParameterGroupMessage
- 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
-
#cache_parameter_group_name ⇒ String
The name of the cache parameter group to delete.
Instance Attribute Details
#cache_parameter_group_name ⇒ String
The name of the cache parameter group to delete.
3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3408 class DeleteCacheParameterGroupMessage < Struct.new( :cache_parameter_group_name) SENSITIVE = [] include Aws::Structure end |