Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput
- Includes:
- Structure
- Defined in:
- 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.
1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1392 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.)
1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1392 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.
1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1392 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.
1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1392 class DescribeLoadBalancersInput < Struct.new( :load_balancer_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |