Class: Aws::Types::DeleteLoadBalancerPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLoadBalancerPolicyInput
- 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.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def load_balancer_name @load_balancer_name end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def policy_name @policy_name end |