RebootDBInstanceMessage
public struct RebootDBInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DB instance identifier. This parameter is stored as a lowercase string. Constraints: Must match the identifier of an existing DBInstance.
Declaration
Swift
public let dBInstanceIdentifier: String -
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.
Declaration
Swift
public let forceFailover: Bool? -
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, forceFailover: Bool? = nil)
View on GitHub
RebootDBInstanceMessage Structure Reference