Class: Aws::Types::GetLoadBalancersResult
- Inherits:
-
Object
- Object
- Aws::Types::GetLoadBalancersResult
- 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_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def load_balancers @load_balancers end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def next_page_token @next_page_token end |