Class: Aws::RDS::Types::DeleteDBSubnetGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

Returns:

  • (String)


11749
11750
11751
11752
11753
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11749

class DeleteDBSubnetGroupMessage < Struct.new(
  :db_subnet_group_name)
  SENSITIVE = []
  include Aws::Structure
end