Class: Aws::ElasticLoadBalancing::Types::DescribeAccountLimitsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeAccountLimitsOutput
 
- Defined in:
- gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #limits  ⇒ Array<Types::Limit> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the limits. 
- 
  
    
      #next_marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The marker to use when requesting the next set of results. 
Instance Attribute Details
#limits ⇒ Array<Types::Limit>
Information about the limits.
| 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_marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
| 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 |