Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the load balancers.
-
#marker ⇒ String
The marker for the next set of results.
-
#names ⇒ Array<String>
The names of the load balancers.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
Instance Attribute Details
#load_balancer_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeLoadBalancersInput < Struct.new( :load_balancer_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeLoadBalancersInput < Struct.new( :load_balancer_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the load balancers.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeLoadBalancersInput < Struct.new( :load_balancer_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1398 class DescribeLoadBalancersInput < Struct.new( :load_balancer_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |