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

Class: Aws::Redshift::Types::ModifyClusterSubnetGroupMessage

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_nameString

The name of the subnet group to be modified.

Returns:

  • (String)

    The name of the subnet group to be modified.

#descriptionString

A text description of the subnet group to be modified.

Returns:

  • (String)

    A text description of the subnet group to be modified.

#subnet_idsArray<String>

An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

Returns:

  • (Array<String>)

    An array of VPC subnet IDs.