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.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1509 class DeleteProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the program.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1509 class DeleteProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |