Class: Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limits ⇒ Array<Types::Limit>
Information about the limits.
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
Instance Attribute Details
#limits ⇒ Array<Types::Limit>
Information about the limits.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1191 class DescribeAccountLimitsOutput < Struct.new( :limits, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1191 class DescribeAccountLimitsOutput < Struct.new( :limits, :next_marker) SENSITIVE = [] include Aws::Structure end |