Class: Aws::Types::DetachInstancesFromLoadBalancerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachInstancesFromLoadBalancerRequest
- 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.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def instance_names @instance_names end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def load_balancer_name @load_balancer_name end |