Class: Aws::MediaTailor::Types::UpdateVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateVodSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the VOD source on this account.
-
#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
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the VOD source on this account.
4603 4604 4605 4606 4607 4608 4609 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4603 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location associated with this VOD Source.
4603 4604 4605 4606 4607 4608 4609 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4603 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source.
4603 4604 4605 4606 4607 4608 4609 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4603 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |