Class: Aws::MediaTailor::Types::DeleteProgramRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteProgramRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel.
-
#program_name ⇒ String
The name of the program.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel.
1655 1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1655 class DeleteProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the program.
1655 1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1655 class DeleteProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |