Class: Aws::ARCRegionswitch::Types::TriggerCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#associated_alarm_nameString

The name of the CloudWatch alarm associated with the condition.

Returns:

  • (String)


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

#conditionString

The condition that must be met. Valid values include ALARM and OK.

Returns:

  • (String)


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