Class: Aws::ElasticLoadBalancing::Types::DescribeAccountLimitsInput

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

Overview

Note:

When making an API call, you may pass DescribeAccountLimitsInput data as a hash:

{
  marker: "Marker",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


893
894
895
896
897
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 893

class DescribeAccountLimitsInput < Struct.new(
  :marker,
  :page_size)
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


893
894
895
896
897
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 893

class DescribeAccountLimitsInput < Struct.new(
  :marker,
  :page_size)
  include Aws::Structure
end