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