Class: Aws::AppTest::Types::CompareDataSetsStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CompareDataSetsStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the compare data sets step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_data_sets ⇒ Array<Types::DataSet>
The source data sets of the compare data sets step input location.
-
#source_location ⇒ String
The source location of the compare data sets step input location.
-
#target_data_sets ⇒ Array<Types::DataSet>
The target data sets of the compare data sets step input location.
-
#target_location ⇒ String
The target location of the compare data sets step input location.
Instance Attribute Details
#source_data_sets ⇒ Array<Types::DataSet>
The source data sets of the compare data sets step input location.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-apptest/types.rb', line 248 class CompareDataSetsStepInput < Struct.new( :source_location, :target_location, :source_data_sets, :target_data_sets) SENSITIVE = [] include Aws::Structure end |
#source_location ⇒ String
The source location of the compare data sets step input location.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-apptest/types.rb', line 248 class CompareDataSetsStepInput < Struct.new( :source_location, :target_location, :source_data_sets, :target_data_sets) SENSITIVE = [] include Aws::Structure end |
#target_data_sets ⇒ Array<Types::DataSet>
The target data sets of the compare data sets step input location.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-apptest/types.rb', line 248 class CompareDataSetsStepInput < Struct.new( :source_location, :target_location, :source_data_sets, :target_data_sets) SENSITIVE = [] include Aws::Structure end |
#target_location ⇒ String
The target location of the compare data sets step input location.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-apptest/types.rb', line 248 class CompareDataSetsStepInput < Struct.new( :source_location, :target_location, :source_data_sets, :target_data_sets) SENSITIVE = [] include Aws::Structure end |