Class: Aws::AppTest::Types::BatchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::BatchSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Summarizes a batch job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::BatchStepInput
The step input of the batch summary.
-
#step_output ⇒ Types::BatchStepOutput
The step output of the batch summary.
Instance Attribute Details
#step_input ⇒ Types::BatchStepInput
The step input of the batch summary.
122 123 124 125 126 127 |
# File 'lib/aws-sdk-apptest/types.rb', line 122 class BatchSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |
#step_output ⇒ Types::BatchStepOutput
The step output of the batch summary.
122 123 124 125 126 127 |
# File 'lib/aws-sdk-apptest/types.rb', line 122 class BatchSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |