Class: Aws::Types::DescribeLoadBalancersInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoadBalancersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute load_balancer_arns.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute load_balancer_arns.
375 376 377 |
# File 'sig/types.rbs', line 375 def load_balancer_arns @load_balancer_arns end |
#marker ⇒ ::String
Returns the value of attribute marker.
377 378 379 |
# File 'sig/types.rbs', line 377 def marker @marker end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
376 377 378 |
# File 'sig/types.rbs', line 376 def names @names end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
378 379 380 |
# File 'sig/types.rbs', line 378 def page_size @page_size end |