Class: Aws::FIS::Types::GetSafetyLeverRequest

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)


1758
1759
1760
1761
1762
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1758

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