Class: Aws::MediaConvert::Types::JobEngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::JobEngineVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_date ⇒ Time
The date that this Job engine version expires.
-
#version ⇒ String
Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version.
Instance Attribute Details
#expiration_date ⇒ Time
The date that this Job engine version expires. Requests to create jobs with an expired version result in a regular job, as if no specific Job engine version was requested.
8153 8154 8155 8156 8157 8158 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8153 class JobEngineVersion < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
8153 8154 8155 8156 8157 8158 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8153 class JobEngineVersion < Struct.new( :expiration_date, :version) SENSITIVE = [] include Aws::Structure end |