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
12801 12802 12803 12804 12805 |
# File 'lib/aws-sdk-medialive/types.rb', line 12801 class UpdateChannelResultModel < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |