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.
1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-fis/types.rb', line 1007 class ExperimentStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-fis/types.rb', line 1007 class ExperimentStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |