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)


12364
12365
12366
12367
12368
12369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12364

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

#destinationsArray<Types::OutputDestination>

A list of output destinations for this channel.

Returns:



12364
12365
12366
12367
12368
12369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12364

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