Class: Aws::MediaTailor::Types::DescribeVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeVodSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_location_name ⇒ String
The name of the source location associated with this VOD Source.
-
#vod_source_name ⇒ String
The name of the VOD Source.
Instance Attribute Details
#source_location_name ⇒ String
The name of the source location associated with this VOD Source.
1683 1684 1685 1686 1687 1688 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1683 class DescribeVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD Source.
1683 1684 1685 1686 1687 1688 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1683 class DescribeVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |