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.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def load_balancer_target_group_arn @load_balancer_target_group_arn end |
#state ⇒ ::String
Returns the value of attribute state.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def state @state end |