Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DescribeTargetGroupsInput data as a hash:
{
load_balancer_arn: "LoadBalancerArn",
target_group_arns: ["TargetGroupArn"],
names: ["TargetGroupName"],
marker: "Marker",
page_size: 1,
}
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.
1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1795 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.)
1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1795 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.
1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1795 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.
1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1795 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.
1795 1796 1797 1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1795 class DescribeTargetGroupsInput < Struct.new( :load_balancer_arn, :target_group_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |