class Aws::Redshift::Types::ModifyClusterSubnetGroupMessage

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

data as a hash:

    {
      cluster_subnet_group_name: "String", # required
      description: "String",
      subnet_ids: ["String"], # required
    }

@!attribute [rw] cluster_subnet_group_name

The name of the subnet group to be modified.
@return [String]

@!attribute [rw] description

A text description of the subnet group to be modified.
@return [String]

@!attribute [rw] subnet_ids

An array of VPC subnet IDs. A maximum of 20 subnets can be modified
in a single request.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSubnetGroupMessage AWS API Documentation

Constants

SENSITIVE