Class: Aws::FIS::Types::SafetyLever

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes a safety lever.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the safety lever.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1842

class SafetyLever < Struct.new(
  :id,
  :arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the safety lever.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1842

class SafetyLever < Struct.new(
  :id,
  :arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::SafetyLeverState

The state of the safety lever.



1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1842

class SafetyLever < Struct.new(
  :id,
  :arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end