Class: Aws::Types::AttachLoadBalancerToSubnetsInput
- Inherits:
-
Object
- Object
- Aws::Types::AttachLoadBalancerToSubnetsInput
- 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.
66 67 68 |
# File 'sig/types.rbs', line 66 def load_balancer_name @load_balancer_name end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
67 68 69 |
# File 'sig/types.rbs', line 67 def subnets @subnets end |