Class: Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DescribeAccountLimitsInput data as a hash:
{
marker: "Marker",
page_size: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
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.)
1366 1367 1368 1369 1370 1371 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1366 class DescribeAccountLimitsInput < Struct.new( :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1366 1367 1368 1369 1370 1371 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1366 class DescribeAccountLimitsInput < Struct.new( :marker, :page_size) SENSITIVE = [] include Aws::Structure end |