Class: Aws::MediaTailor::Types::SlateSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Slate VOD source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_location_nameString

The name of the source location where the slate VOD source is stored.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3877

class SlateSource < Struct.new(
  :source_location_name,
  :vod_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#vod_source_nameString

The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3877

class SlateSource < Struct.new(
  :source_location_name,
  :vod_source_name)
  SENSITIVE = []
  include Aws::Structure
end