Class: Aws::AppTest::Types::BatchSummary

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

Overview

Summarizes a batch job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_inputTypes::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_outputTypes::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