Class: Aws::MediaTailor::Types::DescribeProgramRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeProgramRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel associated with this Program.
-
#program_name ⇒ String
The name of the program.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel associated with this Program.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1528 class DescribeProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the program.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1528 class DescribeProgramRequest < Struct.new( :channel_name, :program_name) SENSITIVE = [] include Aws::Structure end |