Class: Aws::MediaTailor::Types::DescribeProgramRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel associated with this Program.

Returns:



2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-mediatailor/types.rb', line 2227

class DescribeProgramRequest < Struct.new(
  :channel_name,
  :program_name)
  SENSITIVE = []
  include Aws::Structure
end

#program_nameString

The name of the program.

Returns:



2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-mediatailor/types.rb', line 2227

class DescribeProgramRequest < Struct.new(
  :channel_name,
  :program_name)
  SENSITIVE = []
  include Aws::Structure
end