Class: Aws::Types::TargetGroupPairInfo
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroupPairInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prod_traffic_route ⇒ Types::TrafficRoute
Returns the value of attribute prod_traffic_route.
-
#target_groups ⇒ ::Array[Types::TargetGroupInfo]
Returns the value of attribute target_groups.
-
#test_traffic_route ⇒ Types::TrafficRoute
Returns the value of attribute test_traffic_route.
Instance Attribute Details
#prod_traffic_route ⇒ Types::TrafficRoute
Returns the value of attribute prod_traffic_route.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def prod_traffic_route @prod_traffic_route end |
#target_groups ⇒ ::Array[Types::TargetGroupInfo]
Returns the value of attribute target_groups.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def target_groups @target_groups end |
#test_traffic_route ⇒ Types::TrafficRoute
Returns the value of attribute test_traffic_route.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def test_traffic_route @test_traffic_route end |