Class: Aws::GameSparks::Types::GetGeneratedCodeJobRequest

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)


663
664
665
666
667
668
669
# File 'lib/aws-sdk-gamesparks/types.rb', line 663

class GetGeneratedCodeJobRequest < Struct.new(
  :game_name,
  :job_id,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The identifier of the code generation job.

Returns:

  • (String)


663
664
665
666
667
668
669
# File 'lib/aws-sdk-gamesparks/types.rb', line 663

class GetGeneratedCodeJobRequest < Struct.new(
  :game_name,
  :job_id,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The identifier of the snapshot for the code generation job.

Returns:

  • (String)


663
664
665
666
667
668
669
# File 'lib/aws-sdk-gamesparks/types.rb', line 663

class GetGeneratedCodeJobRequest < Struct.new(
  :game_name,
  :job_id,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end