Class: Aws::MediaTailor::Types::DescribeLiveSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeLiveSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#live_source_name ⇒ String
The name of the live source.
-
#source_location_name ⇒ String
The name of the source location associated with this Live Source.
Instance Attribute Details
#live_source_name ⇒ String
The name of the live source.
1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1462 class DescribeLiveSourceRequest < Struct.new( :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location associated with this Live Source.
1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1462 class DescribeLiveSourceRequest < Struct.new( :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |