class Aws::DocDB::Types::RebootDBInstanceMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RebootDBInstanceMessage AWS API Documentation
@return [Boolean]
configured for Multi-AZ.
Constraint: You can’t specify ‘true` if the instance is not
When `true`, the reboot is conducted through a Multi-AZ failover.
@!attribute [rw] force_failover
@return [String]
^
* Must match the identifier of an existing `DBInstance`.
Constraints:
string.
The DB instance identifier. This parameter is stored as a lowercase
@!attribute [rw] db_instance_identifier
}
force_failover: false,
db_instance_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass RebootDBInstanceMessage
Represents the input to RebootDBInstance.