Class: Aws::MediaTailor::Types::DeleteLiveSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteLiveSourceRequest
- Includes:
- Structure
- Defined in:
- 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.
1450 1451 1452 1453 1454 1455 |
# File '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_name ⇒ String
The name of the source location associated with this Live Source.
1450 1451 1452 1453 1454 1455 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1450 class DeleteLiveSourceRequest < Struct.new( :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |