Class: Aws::ElasticLoadBalancingV2::Types::ForwardActionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ForwardActionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a forward action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_stickiness_config ⇒ Types::TargetGroupStickinessConfig
The target group stickiness for the rule.
-
#target_groups ⇒ Array<Types::TargetGroupTuple>
The target groups.
Instance Attribute Details
#target_group_stickiness_config ⇒ Types::TargetGroupStickinessConfig
The target group stickiness for the rule.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1878 class ForwardActionConfig < Struct.new( :target_groups, :target_group_stickiness_config) SENSITIVE = [] include Aws::Structure end |
#target_groups ⇒ Array<Types::TargetGroupTuple>
The target groups. For Network Load Balancers, you can specify a single target group.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1878 class ForwardActionConfig < Struct.new( :target_groups, :target_group_stickiness_config) SENSITIVE = [] include Aws::Structure end |