Class: Aws::MediaTailor::Types::UpdateVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateVodSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/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.
4265 4266 4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4265 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.
4265 4266 4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4265 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.
4265 4266 4267 4268 4269 4270 4271 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4265 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |