NodeConfigurationOption
public struct NodeConfigurationOption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The estimated disk utilizaton percentage.
Declaration
Swift
public let estimatedDiskUtilizationPercent: Double?
-
The category of the node configuration recommendation.
Declaration
Swift
public let mode: Mode?
-
The node type, such as, “ds2.8xlarge”.
Declaration
Swift
public let nodeType: String?
-
The number of nodes.
Declaration
Swift
public let numberOfNodes: Int?
-
Undocumented
Declaration
Swift
public init(estimatedDiskUtilizationPercent: Double? = nil, mode: Mode? = nil, nodeType: String? = nil, numberOfNodes: Int? = nil)