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

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

#batch_job_definitionsArray<Types::BatchJobDefinition>

The list of batch job definitions.

Returns:



2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2164

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)


2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2164

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