Class: Aws::MainframeModernization::Types::ListBatchJobDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListBatchJobDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_job_definitions ⇒ Array<Types::BatchJobDefinition>
The list of batch job definitions.
-
#next_token ⇒ String
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.
Instance Attribute Details
#batch_job_definitions ⇒ Array<Types::BatchJobDefinition>
The list of batch job definitions.
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_token ⇒ String
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.
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 |