Class: Aws::ARCRegionswitch::Types::TriggerCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::TriggerCondition
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Defines a condition that must be met for a trigger to fire.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_alarm_name ⇒ String
The name of the CloudWatch alarm associated with the condition.
-
#condition ⇒ String
The condition that must be met.
Instance Attribute Details
#associated_alarm_name ⇒ String
The name of the CloudWatch alarm associated with the condition.
2063 2064 2065 2066 2067 2068 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2063 class TriggerCondition < Struct.new( :associated_alarm_name, :condition) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ String
The condition that must be met. Valid values include ALARM and OK.
2063 2064 2065 2066 2067 2068 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2063 class TriggerCondition < Struct.new( :associated_alarm_name, :condition) SENSITIVE = [] include Aws::Structure end |