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

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

#safety_leverTypes::SafetyLever

Information about the safety lever.

Returns:



2793
2794
2795
2796
2797
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2793

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