Class: Aws::FIS::Types::UpdateSafetyLeverStateResponse

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

#safety_leverTypes::SafetyLever

Information about the safety lever.

Returns:



2359
2360
2361
2362
2363
# File 'lib/aws-sdk-fis/types.rb', line 2359

class UpdateSafetyLeverStateResponse < Struct.new(
  :safety_lever)
  SENSITIVE = []
  include Aws::Structure
end