Class: Aws::AppTest::Types::BatchStepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::BatchStepOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Defines a batch step output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_details ⇒ Array<Types::DataSet>
The data set details of the batch step output.
-
#data_set_export_location ⇒ String
The data set export location of the batch step output.
-
#dms_output_location ⇒ String
The Database Migration Service (DMS) output location of the batch step output.
Instance Attribute Details
#data_set_details ⇒ Array<Types::DataSet>
The data set details of the batch step output.
102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-apptest/types.rb', line 102 class BatchStepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details) SENSITIVE = [] include Aws::Structure end |
#data_set_export_location ⇒ String
The data set export location of the batch step output.
102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-apptest/types.rb', line 102 class BatchStepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details) SENSITIVE = [] include Aws::Structure end |
#dms_output_location ⇒ String
The Database Migration Service (DMS) output location of the batch step output.
102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-apptest/types.rb', line 102 class BatchStepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details) SENSITIVE = [] include Aws::Structure end |