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)


11490
11491
11492
11493
11494
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11490

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