Class: Aws::MediaConvert::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListVersionsResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful list versions requests will return a JSON for available Job engine versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Optional.
-
#versions ⇒ Array<Types::JobEngineVersion>
Retrieve a JSON array of all available Job engine versions and the date they expire.
Instance Attribute Details
#next_token ⇒ String
Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9479 class ListVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::JobEngineVersion>
Retrieve a JSON array of all available Job engine versions and the date they expire.
9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 9479 class ListVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |