Class: Aws::FIS::Types::UpdateSafetyLeverStateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the safety lever.

Returns:

  • (String)


2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-fis/types.rb', line 2780

class UpdateSafetyLeverStateRequest < Struct.new(
  :id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::UpdateSafetyLeverStateInput

The state of the safety lever.



2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-fis/types.rb', line 2780

class UpdateSafetyLeverStateRequest < Struct.new(
  :id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end