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)


1417
1418
1419
1420
1421
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1417

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