Class: Aws::MediaLive::Types::UpdateChannelClass
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelClass
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_class ⇒ String
The channel class that you wish to update this channel to use.
-
#destinations ⇒ Array<Types::OutputDestination>
A list of output destinations for this channel.
Instance Attribute Details
#channel_class ⇒ String
The channel class that you wish to update this channel to use.
12596 12597 12598 12599 12600 12601 |
# File 'lib/aws-sdk-medialive/types.rb', line 12596 class UpdateChannelClass < Struct.new( :channel_class, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::OutputDestination>
A list of output destinations for this channel.
12596 12597 12598 12599 12600 12601 |
# File 'lib/aws-sdk-medialive/types.rb', line 12596 class UpdateChannelClass < Struct.new( :channel_class, :destinations) SENSITIVE = [] include Aws::Structure end |