Class: Aws::MediaTailor::Types::DescribeLiveSourceRequest

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)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1659

class DescribeLiveSourceRequest < 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)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1659

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