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

Class: Aws::MediaConvert::Types::ListPresetsResponse

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

Overview

Successful list presets requests return a JSON array of presets. If you don't specify how they are ordered, you will receive them alphabetically by name.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Use this string to request the next batch of presets.

Returns:

  • (String)

    Use this string to request the next batch of presets.

#presetsArray<Types::Preset>

List of presets

Returns: