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

Class: Aws::DocDB::Types::DeleteDBInstanceMessage

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

Overview

Note:

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

{
  db_instance_identifier: "String", # required
}

Represents the input to DeleteDBInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#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)

    The instance identifier for the instance to be deleted.