Class: Aws::GameSparks::Types::ListGeneratedCodeJobsRequest

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

#game_nameString

The name of the game.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-gamesparks/types.rb', line 1046

class ListGeneratedCodeJobsRequest < Struct.new(
  :game_name,
  :max_results,
  :next_token,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

Returns:

  • (Integer)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-gamesparks/types.rb', line 1046

class ListGeneratedCodeJobsRequest < Struct.new(
  :game_name,
  :max_results,
  :next_token,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-gamesparks/types.rb', line 1046

class ListGeneratedCodeJobsRequest < Struct.new(
  :game_name,
  :max_results,
  :next_token,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The identifier of the snapshot.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-gamesparks/types.rb', line 1046

class ListGeneratedCodeJobsRequest < Struct.new(
  :game_name,
  :max_results,
  :next_token,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end