Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1435

class DescribeTargetGroupsOutput < Struct.new(
  :target_groups,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#target_groupsArray<Types::TargetGroup>

Information about the target groups.

Returns:



1435
1436
1437
1438
1439
1440
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1435

class DescribeTargetGroupsOutput < Struct.new(
  :target_groups,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end