Class: Aws::Types::ServiceRevisionLoadBalancer
- Inherits:
-
Object
- Object
- Aws::Types::ServiceRevisionLoadBalancer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#production_listener_rule ⇒ ::String
Returns the value of attribute production_listener_rule.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
Instance Attribute Details
#production_listener_rule ⇒ ::String
Returns the value of attribute production_listener_rule.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def production_listener_rule @production_listener_rule end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def target_group_arn @target_group_arn end |