Class: Aws::FIS::Types::ExperimentStopCondition

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

Overview

Describes the stop condition for an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source for the stop condition.

Returns:

  • (String)


750
751
752
753
754
755
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 750

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

#valueString

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

Returns:

  • (String)


750
751
752
753
754
755
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 750

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