Class: Aws::MediaTailor::Types::DeleteVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteVodSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_location_name ⇒ String
The name of the source location associated with this VOD Source.
-
#vod_source_name ⇒ String
The name of the VOD source.
Instance Attribute Details
#source_location_name ⇒ String
The name of the source location associated with this VOD Source.
1359 1360 1361 1362 1363 1364 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1359 class DeleteVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source.
1359 1360 1361 1362 1363 1364 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1359 class DeleteVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |