class Aws::DocDB::Types::ModifyDBSubnetGroupMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBSubnetGroupMessage AWS API Documentation
@return [Array<String>]
The Amazon EC2 subnet IDs for the DB subnet group.
@!attribute [rw] subnet_ids
@return [String]
The description for the DB subnet group.
@!attribute [rw] db_subnet_group_description
@return [String]
Example: ‘mySubnetgroup`
Must not be default.
Constraints: Must match the name of an existing `DBSubnetGroup`.
lowercase string. You can’t modify the default subnet group.
The name for the DB subnet group. This value is stored as a
@!attribute [rw] db_subnet_group_name
}
subnet_ids: [“String”], # required
db_subnet_group_description: “String”,
db_subnet_group_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ModifyDBSubnetGroupMessage
Represents the input to ModifyDBSubnetGroup.