Class: Aws::GameSparks::Types::ListGeneratedCodeJobsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_code_jobsArray<Types::GeneratedCodeJobDetails>

The list of generated code jobs.

Returns:



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_tokenString

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.

Returns:

  • (String)


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