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

Class: Aws::DocDB::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,
}

Represents the input to RebootDBInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

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

Constraints:

  • Must match the identifier of an existing DBInstance.

^

Returns:

  • (String)

    The instance identifier.

#force_failoverBoolean

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.

Returns:

  • (Boolean)

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