Class: Aws::MainframeModernization::Types::ListBatchJobDefinitionsRequest

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

#application_idString

The identifier of the application.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151

class ListBatchJobDefinitionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of batch job definitions to return.

Returns:

  • (Integer)


2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151

class ListBatchJobDefinitionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151

class ListBatchJobDefinitionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2151

class ListBatchJobDefinitionsRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end