Class: Aws::MediaTailor::Types::SlateSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::SlateSource
- 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
-
#source_location_name ⇒ String
The name of the source location where the slate VOD source is stored.
-
#vod_source_name ⇒ String
The slate VOD source name.
Instance Attribute Details
#source_location_name ⇒ String
The name of the source location where the slate VOD source is stored.
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_name ⇒ String
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
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 |