class Aws::ElastiCache::Types::ModifyCacheSubnetGroupMessage

Represents the input of a `ModifyCacheSubnetGroup` operation.

@note When making an API call, you may pass ModifyCacheSubnetGroupMessage

data as a hash:

    {
      cache_subnet_group_name: "String", # required
      cache_subnet_group_description: "String",
      subnet_ids: ["String"],
    }

@!attribute [rw] cache_subnet_group_name

The name for the cache subnet group. This value is stored as a
lowercase string.

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

Example: `mysubnetgroup`
@return [String]

@!attribute [rw] cache_subnet_group_description

A description of the cache subnet group.
@return [String]

@!attribute [rw] subnet_ids

The EC2 subnet IDs for the cache subnet group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheSubnetGroupMessage AWS API Documentation

Constants

SENSITIVE