Class: Aws::AutoScaling::Types::DescribeLoadBalancerTargetGroupsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_target_groupsArray<Types::LoadBalancerTargetGroupState>

Information about the target groups.



1652
1653
1654
1655
1656
# File 'lib/aws-sdk-autoscaling/types.rb', line 1652

class DescribeLoadBalancerTargetGroupsResponse < Struct.new(
  :load_balancer_target_groups,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


1652
1653
1654
1655
1656
# File 'lib/aws-sdk-autoscaling/types.rb', line 1652

class DescribeLoadBalancerTargetGroupsResponse < Struct.new(
  :load_balancer_target_groups,
  :next_token)
  include Aws::Structure
end