Class: Aws::Types::LoadBalancerState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def load_balancer_name
  @load_balancer_name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def state
  @state
end