You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsInput
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeAccountLimitsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
marker: "Marker",
page_size: 1,
}
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
Instance Attribute Details
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
#page_size ⇒ Integer
The maximum number of results to return with this call.