WeightedTarget

public struct WeightedTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The virtual node to associate with the weighted target.

    Declaration

    Swift

    public let virtualNode: String
  • The relative weight of the weighted target.

    Declaration

    Swift

    public let weight: Int
  • Undocumented

    Declaration

    Swift

    public init(virtualNode: String, weight: Int)
  • Declaration

    Swift

    public func validate(name: String) throws