Class: Aws::GameSparks::Types::GeneratedCodeJobDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GeneratedCodeJobDetails
- 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
-
#description ⇒ String
The description of the generated code job.
-
#expiration_time ⇒ Time
The expiration date and time for the download URL.
-
#generated_code_job_id ⇒ String
The identifier for the generated code job.
-
#s3_url ⇒ String
A presigned URL that can be used to download the generated code.
-
#status ⇒ String
The status of the generated code job.
Instance Attribute Details
#description ⇒ String
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_time ⇒ Time
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_id ⇒ String
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_url ⇒ String
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 |
#status ⇒ String
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 |