Class: Aws::Types::SafetyLeverState

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def reason
  @reason
end

#status"disengaged", ...

Returns the value of attribute status.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def status
  @status
end