Class: Aws::Types::GetLoadBalancersResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



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.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def next_page_token
  @next_page_token
end