Class: Aws::MediaTailor::Types::UpdateLiveSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateLiveSourceRequest
- 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 live source on this account.
-
#live_source_name ⇒ String
The name of the live source.
-
#source_location_name ⇒ String
The name of the source location associated with this Live Source.
Instance Attribute Details
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the live source on this account.
4291 4292 4293 4294 4295 4296 4297 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4291 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
The name of the live source.
4291 4292 4293 4294 4295 4296 4297 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4291 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location associated with this Live Source.
4291 4292 4293 4294 4295 4296 4297 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4291 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |