Class: Aws::FIS::Types::GetSafetyLeverResponse

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:



1770
1771
1772
1773
1774
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1770

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