class Aws::DocDB::Types::RebootDBInstanceMessage

Represents the input to RebootDBInstance.

@note When making an API call, you may pass RebootDBInstanceMessage

data as a hash:

    {
      db_instance_identifier: "String", # required
      force_failover: false,
    }

@!attribute [rw] db_instance_identifier

The instance identifier. This parameter is stored as a lowercase
string.

Constraints:

* Must match the identifier of an existing `DBInstance`.

^
@return [String]

@!attribute [rw] force_failover

When `true`, the reboot is conducted through a Multi-AZ failover.

Constraint: You can't specify `true` if the instance is not
configured for Multi-AZ.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RebootDBInstanceMessage AWS API Documentation

Constants

SENSITIVE