You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::ListPresetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPresetsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ascending: "Ascending",
  page_token: "Id",
}

The ListPresetsRequest structure.

Instance Attribute Summary collapse

Instance Attribute Details

#ascendingString

To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

Returns:

  • (String)

    To list presets in chronological order by the date and time that they were created, enter true.

#page_tokenString

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

Returns:

  • (String)

    When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.