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

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

#markerString

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

Returns:

  • (String)


737
738
739
740
741
742
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 737

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

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


737
738
739
740
741
742
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 737

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