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)


2240
2241
2242
2243
2244
2245
2246
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2240

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

#idString

The ID of the safety lever.

Returns:

  • (String)


2240
2241
2242
2243
2244
2245
2246
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2240

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

#stateTypes::SafetyLeverState

The state of the safety lever.



2240
2241
2242
2243
2244
2245
2246
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2240

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