class Aws::DocDB::Types::ModifyDBSubnetGroupMessage

Represents the input to ModifyDBSubnetGroup.

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

data as a hash:

    {
      db_subnet_group_name: "String", # required
      db_subnet_group_description: "String",
      subnet_ids: ["String"], # required
    }

@!attribute [rw] db_subnet_group_name

The name for the subnet group. This value is stored as a lowercase
string. You can't modify the default subnet group.

Constraints: Must match the name of an existing `DBSubnetGroup`.
Must not be default.

Example: `mySubnetgroup`
@return [String]

@!attribute [rw] db_subnet_group_description

The description for the subnet group.
@return [String]

@!attribute [rw] subnet_ids

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

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBSubnetGroupMessage AWS API Documentation

Constants

SENSITIVE