Class: Aws::Types::UpdateSafetyLeverStateInput

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:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def reason
  @reason
end

#status"disengaged", "engaged"

Returns the value of attribute status.

Returns:

  • ("disengaged", "engaged")


817
818
819
# File 'sig/types.rbs', line 817

def status
  @status
end