Class: Aws::Types::ApplySecurityGroupsToLoadBalancerInput
- Inherits:
-
Object
- Object
- Aws::Types::ApplySecurityGroupsToLoadBalancerInput
- 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.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def load_balancer_name @load_balancer_name end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
56 57 58 |
# File 'sig/types.rbs', line 56 def security_groups @security_groups end |