Class: Aws::FIS::Types::UpdateSafetyLeverStateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Specifies a state for a safety lever.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for updating the state of the safety lever.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
# File 'lib/aws-sdk-fis/types.rb', line 2763

class UpdateSafetyLeverStateInput < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The updated state of the safety lever.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
# File 'lib/aws-sdk-fis/types.rb', line 2763

class UpdateSafetyLeverStateInput < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end