Class: Aws::MediaTailor::Types::DescribeChannelRequest

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.

Returns:

  • (String)


2065
2066
2067
2068
2069
# File 'lib/aws-sdk-mediatailor/types.rb', line 2065

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