Class: Aws::GameSparks::Types::ListGeneratedCodeJobsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ListGeneratedCodeJobsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_code_jobs ⇒ Array<Types::GeneratedCodeJobDetails>
The list of generated code jobs.
-
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
Instance Attribute Details
#generated_code_jobs ⇒ Array<Types::GeneratedCodeJobDetails>
The list of generated code jobs.
1069 1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1069 class ListGeneratedCodeJobsResult < Struct.new( :generated_code_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
1069 1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1069 class ListGeneratedCodeJobsResult < Struct.new( :generated_code_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |