Class: Aws::AppTest::Types::CompareDataSetsSummary

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

Overview

Compares data sets summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_inputTypes::CompareDataSetsStepInput

The step input of the compare data sets summary.



288
289
290
291
292
293
# File 'lib/aws-sdk-apptest/types.rb', line 288

class CompareDataSetsSummary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end

#step_outputTypes::CompareDataSetsStepOutput

The step output of the compare data sets summary.



288
289
290
291
292
293
# File 'lib/aws-sdk-apptest/types.rb', line 288

class CompareDataSetsSummary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end