You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::ModifyCacheSubnetGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyCacheSubnetGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a ModifyCacheSubnetGroup operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_group_descriptionString

A description of the cache subnet group.

Returns:

  • (String)

    A description of the cache subnet group.

#cache_subnet_group_nameString

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

Returns:

  • (String)

    The name for the cache subnet group.

#subnet_idsArray<String>

The EC2 subnet IDs for the cache subnet group.

Returns:

  • (Array<String>)

    The EC2 subnet IDs for the cache subnet group.