Class: Aws::FIS::Types::UpdateSafetyLeverStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateSafetyLeverStateRequest
- 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.
-
#state ⇒ Types::UpdateSafetyLeverStateInput
The state of the safety lever.
Instance Attribute Details
#id ⇒ String
The ID of the safety lever.
2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2346 class UpdateSafetyLeverStateRequest < Struct.new( :id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::UpdateSafetyLeverStateInput
The state of the safety lever.
2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2346 class UpdateSafetyLeverStateRequest < Struct.new( :id, :state) SENSITIVE = [] include Aws::Structure end |