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.
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 |
#status ⇒ String
The updated state of the safety lever.
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 |