Class: Aws::Types::DescribeLoadBalancersOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoadBalancersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
383 384 385 |
# File 'sig/types.rbs', line 383 def load_balancers @load_balancers end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
384 385 386 |
# File 'sig/types.rbs', line 384 def next_marker @next_marker end |