NodeRangeProperty
public struct NodeRangeProperty : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The container details for the node range.
Declaration
Swift
public let container: ContainerProperties?
-
The range of nodes, using node index values. A range of 0:3 indicates nodes with index values of 0 through 3. If the starting range value is omitted (:n), then 0 is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n). You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Declaration
Swift
public let targetNodes: String
-
Undocumented
Declaration
Swift
public init(container: ContainerProperties? = nil, targetNodes: String)