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
-
When true, the reboot is conducted through a MultiAZ failover. Constraint: You can’t specify true if the instance is not configured for MultiAZ.
Declaration
Swift
public let forceFailover: Bool?
-
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, forceFailover: Bool? = nil)