Class: Aws::ElasticLoadBalancingV2::Types::DescribeAccountLimitsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitsArray<Types::Limit>

Information about the limits.

Returns:



1096
1097
1098
1099
1100
1101
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1096

class DescribeAccountLimitsOutput < Struct.new(
  :limits,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1096

class DescribeAccountLimitsOutput < Struct.new(
  :limits,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end