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

Class: Aws::RDS::Types::RebootDBInstanceMessage

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

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

Constraints:

  • Must match the identifier of an existing DBInstance.

^

Returns:

  • (String)

    The DB instance identifier.

#force_failoverBoolean

A value that indicates whether the reboot is conducted through a Multi-AZ failover.

Constraint: You can\'t enable force failover if the instance isn\'t configured for Multi-AZ.

Returns:

  • (Boolean)

    A value that indicates whether the reboot is conducted through a Multi-AZ failover.