Class: Aws::MediaTailor::Types::CreateVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateVodSourceRequest
- 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 configuration parameters for this VOD source.
-
#source_location_name ⇒ String
The name of the source location for this VOD source.
-
#tags ⇒ Hash<String,String>
The tags to assign to the VOD source.
-
#vod_source_name ⇒ String
The name associated with the VOD source.>.
Instance Attribute Details
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configuration parameters for this VOD source.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1385 class CreateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location for this VOD source.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1385 class CreateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1385 class CreateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name associated with the VOD source.>
1385 1386 1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1385 class CreateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :tags, :vod_source_name) SENSITIVE = [] include Aws::Structure end |