Class: Aws::FIS::Types::ExperimentStopCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentStopCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the stop condition for an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
The source for the stop condition.
-
#value ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
Instance Attribute Details
#source ⇒ String
The source for the stop condition.
781 782 783 784 785 786 |
# File 'lib/aws-sdk-fis/types.rb', line 781 class ExperimentStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
781 782 783 784 785 786 |
# File 'lib/aws-sdk-fis/types.rb', line 781 class ExperimentStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |