Class: Aws::Types::DetachLoadBalancerTargetGroupsType
- Inherits:
-
Object
- Object
- Aws::Types::DetachLoadBalancerTargetGroupsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#target_group_arns ⇒ ::Array[::String]
Returns the value of attribute target_group_arns.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
608 609 610 |
# File 'sig/types.rbs', line 608 def auto_scaling_group_name @auto_scaling_group_name end |
#target_group_arns ⇒ ::Array[::String]
Returns the value of attribute target_group_arns.
609 610 611 |
# File 'sig/types.rbs', line 609 def target_group_arns @target_group_arns end |