Class: Aws::MediaLive::Types::UpdateChannelResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The updated channel’s description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
13278 13279 13280 13281 13282 |
# File 'lib/aws-sdk-medialive/types.rb', line 13278 class UpdateChannelResultModel < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |