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_name ⇒ String

The name of the CloudWatch alarm associated with the condition.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2951

class TriggerCondition < Struct.new(
  :associated_alarm_name,
  :condition)
  SENSITIVE = []
  include Aws::Structure
end

#condition ⇒ String

The condition that must be met. Valid values include green and red.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2951

class TriggerCondition < Struct.new(
  :associated_alarm_name,
  :condition)
  SENSITIVE = []
  include Aws::Structure
end