Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsOutput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
-
#target_groups ⇒ Array<Types::TargetGroup>
Information about the target groups.
Instance Attribute Details
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611 class DescribeTargetGroupsOutput < Struct.new( :target_groups, :next_marker) SENSITIVE = [] include Aws::Structure end |
#target_groups ⇒ Array<Types::TargetGroup>
Information about the target groups.
1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611 class DescribeTargetGroupsOutput < Struct.new( :target_groups, :next_marker) SENSITIVE = [] include Aws::Structure end |