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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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)


2329
2330
2331
2332
2333
2334
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2329

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

#statusString

The updated state of the safety lever.

Returns:

  • (String)


2329
2330
2331
2332
2333
2334
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2329

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