Class: Aws::Types::DescribeLoadBalancerPoliciesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoadBalancerPoliciesInput
- 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_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
Instance Attribute Details
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
255 256 257 |
# File 'sig/types.rbs', line 255 def load_balancer_name @load_balancer_name end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
256 257 258 |
# File 'sig/types.rbs', line 256 def policy_names @policy_names end |