DescribeTargetGroupsOutput

public struct DescribeTargetGroupsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

    Declaration

    Swift

    public let nextMarker: String?
  • Information about the target groups.

    Declaration

    Swift

    public let targetGroups: [TargetGroup]?
  • Undocumented

    Declaration

    Swift

    public init(nextMarker: String? = nil, targetGroups: [TargetGroup]? = nil)