Class: Aws::FIS::Types::UpdateSafetyLeverStateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateSafetyLeverStateInput
- 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
-
#reason ⇒ String
The reason for updating the state of the safety lever.
-
#status ⇒ String
The updated state of the safety lever.
Instance Attribute Details
#reason ⇒ String
The reason for updating the state of the safety lever.
2329 2330 2331 2332 2333 2334 |
# File 'lib/aws-sdk-fis/types.rb', line 2329 class UpdateSafetyLeverStateInput < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The updated state of the safety lever.
2329 2330 2331 2332 2333 2334 |
# File 'lib/aws-sdk-fis/types.rb', line 2329 class UpdateSafetyLeverStateInput < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |