Class: Aws::AppTest::Types::CompareAction
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppTest::Types::CompareAction
 
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Compares the action.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #input  ⇒ Types::Input 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The input of the compare action. 
- 
  
    
      #output  ⇒ Types::Output 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The output of the compare action. 
Instance Attribute Details
#input ⇒ Types::Input
The input of the compare action.
| 207 208 209 210 211 212 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 207 class CompareAction < Struct.new( :input, :output) SENSITIVE = [] include Aws::Structure end | 
#output ⇒ Types::Output
The output of the compare action.
| 207 208 209 210 211 212 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 207 class CompareAction < Struct.new( :input, :output) SENSITIVE = [] include Aws::Structure end |