Class: Aws::Types::DescribeLoadBalancersInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_arns::Array[::String]

Returns the value of attribute load_balancer_arns.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def marker
  @marker
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


376
377
378
# File 'sig/types.rbs', line 376

def names
  @names
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def page_size
  @page_size
end