Class: Aws::Types::AttachInstancesToLoadBalancerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachInstancesToLoadBalancerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
135 136 137 |
# File 'sig/types.rbs', line 135 def instance_names @instance_names end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
134 135 136 |
# File 'sig/types.rbs', line 134 def load_balancer_name @load_balancer_name end |