StopDBInstanceMessage
public struct StopDBInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user-supplied instance identifier.
Declaration
Swift
public let dBInstanceIdentifier: String
-
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
Declaration
Swift
public let dBSnapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, dBSnapshotIdentifier: String? = nil)