Class: Aws::MediaTailor::Types::DescribeChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DescribeChannelRequest
- 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.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel.
1563 1564 1565 1566 1567 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1563 class DescribeChannelRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |