TargetGroupTuple
public struct TargetGroupTuple : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the target group.
Declaration
Swift
public let targetGroupArn: String?
-
The weight. The range is 0 to 999.
Declaration
Swift
public let weight: Int?
-
Undocumented
Declaration
Swift
public init(targetGroupArn: String? = nil, weight: Int? = nil)