Class: Aws::ElastiCache::Types::DeleteCacheSubnetGroupMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_subnet_group_nameString

The name of the cache subnet group to delete.

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Returns:

  • (String)


3430
3431
3432
3433
3434
# File 'lib/aws-sdk-elasticache/types.rb', line 3430

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