Class: Aws::AutoScaling::Types::DescribeLoadBalancersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2022

class DescribeLoadBalancersRequest < Struct.new(
  :auto_scaling_group_name,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

Returns:

  • (Integer)


2022
2023
2024
2025
2026
2027
2028
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2022

class DescribeLoadBalancersRequest < Struct.new(
  :auto_scaling_group_name,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
2028
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2022

class DescribeLoadBalancersRequest < Struct.new(
  :auto_scaling_group_name,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end