ListEndpointGroupsRequest

public struct ListEndpointGroupsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the listener.

    Declaration

    Swift

    public let listenerArn: String
  • The number of endpoint group objects that you want to return with this call. The default value is 10.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results. You receive this token from a previous call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(listenerArn: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws