Class: Aws::MediaTailor::Types::UpdateLiveSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_package_configurationsArray<Types::HttpPackageConfiguration>

A list of HTTP package configurations for the live source on this account.



4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the live source.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the source location associated with this Live Source.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-mediatailor/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