Class: Aws::MediaLive::Types::DescribeChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel_id ⇒ String
3190 3191 3192 3193 3194 |
# File 'lib/aws-sdk-medialive/types.rb', line 3190 class DescribeChannelRequest < Struct.new( :channel_id) SENSITIVE = [] include Aws::Structure end |