Class: Aws::MainframeModernization::Types::ListBatchJobDefinitionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_definitionsArray<Types::BatchJobDefinition>

The list of batch job definitions.

Returns:



2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2172

class ListBatchJobDefinitionsResponse < Struct.new(
  :batch_job_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2172

class ListBatchJobDefinitionsResponse < Struct.new(
  :batch_job_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end