Class: Aws::MediaLive::Types::UpdateChannelClass

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_classString

The channel class that you wish to update this channel to use.

Returns:

  • (String)


12687
12688
12689
12690
12691
12692
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12687

class UpdateChannelClass < Struct.new(
  :channel_class,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::OutputDestination>

A list of output destinations for this channel.

Returns:



12687
12688
12689
12690
12691
12692
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12687

class UpdateChannelClass < Struct.new(
  :channel_class,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end