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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13097
13098
13099
13100
13101
13102
# File 'lib/aws-sdk-medialive/types.rb', line 13097

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

#destinationsArray<Types::OutputDestination>

A list of output destinations for this channel.

Returns:



13097
13098
13099
13100
13101
13102
# File 'lib/aws-sdk-medialive/types.rb', line 13097

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