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

Class: Aws::Neptune::Types::DeleteDBSubnetGroupMessage

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

Overview

Note:

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

{
  db_subnet_group_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_nameString

The name of the database subnet group to delete.

You can\'t delete the default subnet group.

Constraints:

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

Example: mySubnetgroup

Returns:

  • (String)

    The name of the database subnet group to delete.