Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_arnsArray<String>

The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

Returns:

  • (Array<String>)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1222

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

#markerString

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

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1222

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

#namesArray<String>

The names of the load balancers.

Returns:

  • (Array<String>)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1222

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

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1222

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