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 subnet group.
@!attribute [rw] subnet_ids
@return [String]
The description for the 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`.
string. You can’t modify the default subnet group.
The name for the subnet group. This value is stored as a lowercase
@!attribute [rw] db_subnet_group_name
Represents the input to ModifyDBSubnetGroup.