Class: Aws::FIS::Types::GetSafetyLeverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetSafetyLeverRequest
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the safety lever.
Instance Attribute Details
#id ⇒ String
The ID of the safety lever.
1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1417 class GetSafetyLeverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |