DescribeListenersInput

public struct DescribeListenersInput : AWSShape
extension ELBV2.DescribeListenersInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let listenerArns: [String]?
  • The Amazon Resource Name (ARN) of the load balancer.

    Declaration

    Swift

    public let loadBalancerArn: String?
  • The marker for the next set of results. (You received this marker from a previous call.)

    Declaration

    Swift

    public let marker: String?
  • The maximum number of results to return with this call.

    Declaration

    Swift

    public let pageSize: Int?
  • Undocumented

    Declaration

    Swift

    public init(listenerArns: [String]? = nil, loadBalancerArn: String? = nil, marker: String? = nil, pageSize: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws