Class: Aws::GameSparks::Types::ListGeneratedCodeJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ListGeneratedCodeJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_name ⇒ String
The name of the game.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
-
#snapshot_id ⇒ String
The identifier of the snapshot.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
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_results ⇒ Integer
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
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_token ⇒ String
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.
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_id ⇒ String
The identifier of the snapshot.
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 |