Class: Aws::GameSparks::Types::GeneratedCodeJobDetails

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

Overview

Details about a generated code job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the generated code job.



494
495
496
497
498
499
500
501
502
# File 'lib/aws-sdk-gamesparks/types.rb', line 494

class GeneratedCodeJobDetails < Struct.new(
  :description,
  :expiration_time,
  :generated_code_job_id,
  :s3_url,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timeTime

The expiration date and time for the download URL.

The download URL us guaranteed to be available until at least this time.



494
495
496
497
498
499
500
501
502
# File 'lib/aws-sdk-gamesparks/types.rb', line 494

class GeneratedCodeJobDetails < Struct.new(
  :description,
  :expiration_time,
  :generated_code_job_id,
  :s3_url,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#generated_code_job_idString

The identifier for the generated code job.



494
495
496
497
498
499
500
501
502
# File 'lib/aws-sdk-gamesparks/types.rb', line 494

class GeneratedCodeJobDetails < Struct.new(
  :description,
  :expiration_time,
  :generated_code_job_id,
  :s3_url,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#s3_urlString

A presigned URL that can be used to download the generated code.



494
495
496
497
498
499
500
501
502
# File 'lib/aws-sdk-gamesparks/types.rb', line 494

class GeneratedCodeJobDetails < Struct.new(
  :description,
  :expiration_time,
  :generated_code_job_id,
  :s3_url,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the generated code job



494
495
496
497
498
499
500
501
502
# File 'lib/aws-sdk-gamesparks/types.rb', line 494

class GeneratedCodeJobDetails < Struct.new(
  :description,
  :expiration_time,
  :generated_code_job_id,
  :s3_url,
  :status)
  SENSITIVE = []
  include Aws::Structure
end