Class: Aws::MainframeModernization::Types::ListBatchJobExecutionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application.

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idsArray<String>

The unique identifier of each batch job execution.

Returns:

  • (Array<String>)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of each batch job execution.

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of batch job executions to return.

Returns:

  • (Integer)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to control the number of batch job executions displayed in the list.

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#started_afterTime

The time after which the batch job executions started.

Returns:

  • (Time)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#started_beforeTime

The time before the batch job executions started.

Returns:

  • (Time)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the batch job executions.

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2206

class ListBatchJobExecutionsRequest < Struct.new(
  :application_id,
  :execution_ids,
  :job_name,
  :max_results,
  :next_token,
  :started_after,
  :started_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end