Class: Aws::AppTest::Types::BatchStepInput

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

Overview

Defines a batch step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_nameString

The batch job name of the batch step input.

Returns:

  • (String)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 75

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

#batch_job_parametersHash<String,String>

The batch job parameters of the batch step input.

Returns:

  • (Hash<String,String>)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 75

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

#export_data_set_namesArray<String>

The export data set names of the batch step input.

Returns:

  • (Array<String>)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 75

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

#propertiesTypes::MainframeActionProperties

The properties of the batch step input.



75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 75

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

#resourceTypes::MainframeResourceSummary

The resource of the batch step input.



75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 75

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