Class: Aws::MediaTailor::Types::DeleteVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteVodSourceRequest
- Includes:
- Structure
- Defined in:
- 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.
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1546 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.
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1546 class DeleteVodSourceRequest < Struct.new( :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |