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

Class: Aws::RDS::Types::DeleteDBSecurityGroupMessage

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

Overview

Note:

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

{
  db_security_group_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_nameString

The name of the DB security group to delete.

You can\'t delete the default DB security group.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.

  • First character must be a letter

  • Can\'t end with a hyphen or contain two consecutive hyphens

  • Must not be \"Default\"

Returns:

  • (String)

    The name of the DB security group to delete.