Class: Aws::ElasticLoadBalancing::Types::DescribeAccountLimitsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitsArray<Types::Limit>

Information about the limits.

Returns:



755
756
757
758
759
760
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 755

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

#next_markerString

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Returns:

  • (String)


755
756
757
758
759
760
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 755

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