class Aws::RDS::Types::ModifyDBSubnetGroupMessage
@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 DB 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 DB subnet group. @return [String]
@!attribute [rw] subnet_ids
The EC2 subnet IDs for the DB subnet group. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSubnetGroupMessage AWS API Documentation
Constants
- SENSITIVE