Class: Aws::Types::DetachLoadBalancerFromSubnetsInput
- Inherits:
-
Object
- Object
- Aws::Types::DetachLoadBalancerFromSubnetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
286 287 288 |
# File 'sig/types.rbs', line 286 def load_balancer_name @load_balancer_name end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
287 288 289 |
# File 'sig/types.rbs', line 287 def subnets @subnets end |