Class: Aws::AppTest::Types::CompareDataSetsStepInput

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

Overview

Specifies the compare data sets step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_data_setsArray<Types::DataSet>

The source data sets of the compare data sets step input location.

Returns:



248
249
250
251
252
253
254
255
# File 'gems/aws-sdk-apptest/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_locationString

The source location of the compare data sets step input location.

Returns:

  • (String)


248
249
250
251
252
253
254
255
# File 'gems/aws-sdk-apptest/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_setsArray<Types::DataSet>

The target data sets of the compare data sets step input location.

Returns:



248
249
250
251
252
253
254
255
# File 'gems/aws-sdk-apptest/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_locationString

The target location of the compare data sets step input location.

Returns:

  • (String)


248
249
250
251
252
253
254
255
# File 'gems/aws-sdk-apptest/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