Class: Aws::FIS::Types::ExperimentTemplateStopCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes a stop condition for an experiment template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source for the stop condition.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1146

class ExperimentTemplateStopCondition < Struct.new(
  :source,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1146

class ExperimentTemplateStopCondition < Struct.new(
  :source,
  :value)
  SENSITIVE = []
  include Aws::Structure
end