Class: Aws::MediaTailor::Types::DeleteVodSourceRequest

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

#source_location_nameString

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

Returns:

  • (String)


1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the VOD source.

Returns:

  • (String)


1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1546

class DeleteVodSourceRequest < Struct.new(
  :source_location_name,
  :vod_source_name)
  SENSITIVE = []
  include Aws::Structure
end