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
12702 12703 12704 12705 12706 |
# File 'lib/aws-sdk-medialive/types.rb', line 12702 class UpdateChannelResultModel < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |