Class: Aws::FIS::Types::SafetyLever
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::SafetyLever
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the safety lever.
-
#id ⇒ String
The ID of the safety lever.
-
#state ⇒ Types::SafetyLeverState
The state of the safety lever.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) 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 |
#id ⇒ String
The ID 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 |
#state ⇒ Types::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 |