Class: Aws::MediaConvert::Types::ListVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Retrieve a JSON array of all available Job engine versions and the date they expire. Job engine versions are in YYYY-MM-DD format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Optional.
-
#next_token ⇒ String
Optional.
Instance Attribute Details
#max_results ⇒ Integer
Optional. Number of valid Job engine versions, up to twenty, that will be returned at one time.
8973 8974 8975 8976 8977 8978 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8973 class ListVersionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
8973 8974 8975 8976 8977 8978 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8973 class ListVersionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |