Class: Aws::ElasticTranscoder::Types::ListPresetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The ‘ListPresetsResponse` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you’ve reached the last page of results, the value of ‘NextPageToken` is `null`.

Returns:

  • (String)


3123
3124
3125
3126
3127
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3123

class ListPresetsResponse < Struct.new(
  :presets,
  :next_page_token)
  include Aws::Structure
end

#presetsArray<Types::Preset>

An array of ‘Preset` objects.

Returns:



3123
3124
3125
3126
3127
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3123

class ListPresetsResponse < Struct.new(
  :presets,
  :next_page_token)
  include Aws::Structure
end