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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/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)


1563
1564
1565
1566
1567
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1563

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