Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
-
#marker ⇒ String
The marker for the next set of results.
-
#names ⇒ Array<String>
The names of the target groups.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
-
#target_group_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the target groups.
Instance Attribute Details
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1584 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1584 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the target groups.
1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1584 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1584 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#target_group_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the target groups.
1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1584 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |