Class: Aws::AppTest::Types::Batch

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

Overview

Defines a batch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_nameString

The job name of the batch.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-apptest/types.rb', line 43

class Batch < Struct.new(
  :batch_job_name,
  :batch_job_parameters,
  :export_data_set_names)
  SENSITIVE = []
  include Aws::Structure
end

#batch_job_parametersHash<String,String>

The batch job parameters of the batch.

Returns:

  • (Hash<String,String>)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-apptest/types.rb', line 43

class Batch < Struct.new(
  :batch_job_name,
  :batch_job_parameters,
  :export_data_set_names)
  SENSITIVE = []
  include Aws::Structure
end

#export_data_set_namesArray<String>

The export data set names of the batch.

Returns:

  • (Array<String>)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-apptest/types.rb', line 43

class Batch < Struct.new(
  :batch_job_name,
  :batch_job_parameters,
  :export_data_set_names)
  SENSITIVE = []
  include Aws::Structure
end