Class: Aws::Types::LoadBalancerTargetGroupState
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerTargetGroupState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_target_group_arn ⇒ ::String
Returns the value of attribute load_balancer_target_group_arn.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#load_balancer_target_group_arn ⇒ ::String
Returns the value of attribute load_balancer_target_group_arn.
998 999 1000 |
# File 'sig/types.rbs', line 998 def load_balancer_target_group_arn @load_balancer_target_group_arn end |
#state ⇒ ::String
Returns the value of attribute state.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def state @state end |