Class: Aws::MediaLive::Types::ThumbnailConfiguration

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

Overview

Thumbnail Configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.

Returns:

  • (String)


11936
11937
11938
11939
11940
# File 'lib/aws-sdk-medialive/types.rb', line 11936

class ThumbnailConfiguration < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end