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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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)


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

#stateTypes::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