Class: Aws::Types::ForwardActionConfig
- Inherits:
-
Object
- Object
- Aws::Types::ForwardActionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_group_stickiness_config ⇒ Types::TargetGroupStickinessConfig
Returns the value of attribute target_group_stickiness_config.
-
#target_groups ⇒ ::Array[Types::TargetGroupTuple]
Returns the value of attribute target_groups.
Instance Attribute Details
#target_group_stickiness_config ⇒ Types::TargetGroupStickinessConfig
Returns the value of attribute target_group_stickiness_config.
536 537 538 |
# File 'sig/types.rbs', line 536 def target_group_stickiness_config @target_group_stickiness_config end |
#target_groups ⇒ ::Array[Types::TargetGroupTuple]
Returns the value of attribute target_groups.
535 536 537 |
# File 'sig/types.rbs', line 535 def target_groups @target_groups end |