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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


6574
6575
6576
# File 'sig/types.rbs', line 6574

def code
  @code
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


6575
6576
6577
# File 'sig/types.rbs', line 6575

def reason
  @reason
end