Class: Aws::AppTest::Types::CompareAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Compares the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::Input

The input of the compare action.

Returns:



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

#outputTypes::Output

The output of the compare action.

Returns:



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