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.
      1518 1519 1520 1521 1522 1523  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1518 class ExperimentTemplateStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
      1518 1519 1520 1521 1522 1523  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1518 class ExperimentTemplateStopCondition < Struct.new( :source, :value) SENSITIVE = [] include Aws::Structure end  |