class Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput

@note When making an API call, you may pass DescribeLoadBalancersInput

data as a hash:

    {
      load_balancer_arns: ["LoadBalancerArn"],
      names: ["LoadBalancerName"],
      marker: "Marker",
      page_size: 1,
    }

@!attribute [rw] load_balancer_arns

The Amazon Resource Names (ARN) of the load balancers. You can
specify up to 20 load balancers in a single call.
@return [Array<String>]

@!attribute [rw] names

The names of the load balancers.
@return [Array<String>]

@!attribute [rw] marker

The marker for the next set of results. (You received this marker
from a previous call.)
@return [String]

@!attribute [rw] page_size

The maximum number of results to return with this call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeLoadBalancersInput AWS API Documentation

Constants

SENSITIVE