Class: Aws::FIS::Types::UpdateSafetyLeverStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateSafetyLeverStateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#safety_lever ⇒ Types::SafetyLever
Information about the safety lever.
Instance Attribute Details
#safety_lever ⇒ Types::SafetyLever
Information about the safety lever.
2359 2360 2361 2362 2363 |
# File 'lib/aws-sdk-fis/types.rb', line 2359 class UpdateSafetyLeverStateResponse < Struct.new( :safety_lever) SENSITIVE = [] include Aws::Structure end |