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

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

#live_source_nameString

The name of the live source.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1450

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.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1450

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