Class: Aws::Types::LoadBalancerDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def domain
  @domain
end

#listeners::Array[Types::Listener]

Returns the value of attribute listeners.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def listeners
  @listeners
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def load_balancer_name
  @load_balancer_name
end