RedshiftInstanceDetails
public struct RedshiftInstanceDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether the recommendation is for a current-generation instance.
Declaration
Swift
public let currentGeneration: Bool? -
The instance family of the recommended reservation.
Declaration
Swift
public let family: String? -
The type of node that AWS recommends.
Declaration
Swift
public let nodeType: String? -
The AWS Region of the recommended reservation.
Declaration
Swift
public let region: String? -
Whether the recommended reservation is size flexible.
Declaration
Swift
public let sizeFlexEligible: Bool? -
Undocumented
Declaration
Swift
public init(currentGeneration: Bool? = nil, family: String? = nil, nodeType: String? = nil, region: String? = nil, sizeFlexEligible: Bool? = nil)
View on GitHub
RedshiftInstanceDetails Structure Reference