NAME
Paws::ELBv2::Limit
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ELBv2::Limit object:
$service_obj->Method(Att1 => { Max => $value, ..., Name => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ELBv2::Limit object:
$result = $service_obj->Method(...);
$result->Att1->Max
DESCRIPTION
Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.
ATTRIBUTES
Max => Str
The maximum value of the limit.
Name => Str
The name of the limit. The possible values are:
application-load-balancers
condition-values-per-alb-rule
condition-wildcards-per-alb-rule
gateway-load-balancers
gateway-load-balancers-per-vpc
geneve-target-groups
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
target-groups-per-action-on-application-load-balancer
target-groups-per-action-on-network-load-balancer
target-groups-per-application-load-balancer
targets-per-application-load-balancer
targets-per-availability-zone-per-gateway-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ELBv2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues