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)


12349
12350
12351
12352
12353
12354
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12349

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

#destinationsArray<Types::OutputDestination>

A list of output destinations for this channel.

Returns:



12349
12350
12351
12352
12353
12354
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12349

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