Class: Aws::ElastiCache::Types::DeleteCacheSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteCacheSubnetGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the input of a ‘DeleteCacheSubnetGroup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_subnet_group_name ⇒ String
The name of the cache subnet group to delete.
Instance Attribute Details
#cache_subnet_group_name ⇒ String
The name of the cache subnet group to delete.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
3433 3434 3435 3436 3437 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3433 class DeleteCacheSubnetGroupMessage < Struct.new( :cache_subnet_group_name) SENSITIVE = [] include Aws::Structure end |