Class: Aws::MediaTailor::Types::UpdateVodSourceRequest

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 VOD source on this account.



4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-mediatailor/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_nameString

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

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the VOD source.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-mediatailor/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