Class: Aws::MediaPackage::Types::ChannelUpdateParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ChannelUpdateParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configuration parameters for updating an existing Channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A short text description of the Channel.
Instance Attribute Details
#description ⇒ String
A short text description of the Channel.
137 138 139 140 141 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 137 class ChannelUpdateParameters < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |