Method: Aws::DocDB::Types::DeleteDBInstanceMessage#db_instance_identifier

Defined in:
lib/aws-sdk-docdb/types.rb

#db_instance_identifierString

The instance identifier for the instance to be deleted. This parameter isn’t case sensitive.

Constraints:

  • Must match the name of an existing instance.

^

Returns:

  • (String)


2531
2532
2533
2534
2535
# File 'lib/aws-sdk-docdb/types.rb', line 2531

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