Class: Aws::FIS::Types::ExperimentTemplateStopCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateStopCondition
- 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
-
#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.
1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1177 class ExperimentTemplateStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1177 class ExperimentTemplateStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end |