Class: Aws::AppTest::Types::CompareDataSetsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CompareDataSetsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Compares data sets summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::CompareDataSetsStepInput
The step input of the compare data sets summary.
-
#step_output ⇒ Types::CompareDataSetsStepOutput
The step output of the compare data sets summary.
Instance Attribute Details
#step_input ⇒ Types::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_output ⇒ Types::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 |