Class: Aws::Types::AttachLoadBalancerTargetGroupsType
- Inherits:
-
Object
- Object
- Aws::Types::AttachLoadBalancerTargetGroupsType
- 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.
86 87 88 |
# File 'sig/types.rbs', line 86 def auto_scaling_group_name @auto_scaling_group_name end |
#target_group_arns ⇒ ::Array[::String]
Returns the value of attribute target_group_arns.
87 88 89 |
# File 'sig/types.rbs', line 87 def target_group_arns @target_group_arns end |