Class: Aws::MediaTailor::Types::DeleteLiveSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#live_source_nameString

The name of the live source.



1952
1953
1954
1955
1956
1957
# File 'lib/aws-sdk-mediatailor/types.rb', line 1952

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

#source_location_nameString

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



1952
1953
1954
1955
1956
1957
# File 'lib/aws-sdk-mediatailor/types.rb', line 1952

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