You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::UpdateChannelClassRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateChannelClassRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  channel_class: "STANDARD", # required, accepts STANDARD, SINGLE_PIPELINE
  channel_id: "__string", # required
  destinations: [
    {
      id: "__string",
      media_package_settings: [
        {
          channel_id: "__stringMin1",
        },
      ],
      multiplex_settings: {
        multiplex_id: "__stringMin1",
        program_name: "__stringMin1",
      },
      settings: [
        {
          password_param: "__string",
          stream_name: "__string",
          url: "__string",
          username: "__string",
        },
      ],
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#channel_classString

A standard channel has two encoding pipelines and a single pipeline channel only has one.

Possible values:

  • STANDARD
  • SINGLE_PIPELINE

Returns:

  • (String)

    A standard channel has two encoding pipelines and a single pipeline channel only has one.

#channel_idString

Returns:

  • (String)

#destinationsArray<Types::OutputDestination>

Returns: