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.
4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4814 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.
4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4814 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.
4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4814 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |