Class: Aws::MediaTailor::Types::DescribeVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeVodSourceRequest
- Includes:
- Structure
- Defined in:
- 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.
1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1885 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.
1885 1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1885 class DescribeVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |