Class: Aws::FIS::Types::GetSafetyLeverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetSafetyLeverResponse
- 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.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-fis/types.rb', line 1429 class GetSafetyLeverResponse < Struct.new( :safety_lever) SENSITIVE = [] include Aws::Structure end |