Class: Aws::FIS::Types::SafetyLeverState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::SafetyLeverState
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes the state of the safety lever.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the state of the safety lever.
-
#status ⇒ String
The state of the safety lever.
Instance Attribute Details
#reason ⇒ String
The reason for the state of the safety lever.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1862 class SafetyLeverState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the safety lever.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1862 class SafetyLeverState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |