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

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 identifier of the application.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2143

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)


2143
2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2143

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)


2143
2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2143

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)


2143
2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2143

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