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

Class: Aws::MediaLive::Types::Multiplex

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique arn of the multiplex.

Returns:

  • (String)

    The unique arn of the multiplex.

#availability_zonesArray<String>

A list of availability zones for the multiplex.

Returns:

  • (Array<String>)

    A list of availability zones for the multiplex.

#destinationsArray<Types::MultiplexOutputDestination>

A list of the multiplex output destinations.

Returns:

#idString

The unique id of the multiplex.

Returns:

  • (String)

    The unique id of the multiplex.

#multiplex_settingsTypes::MultiplexSettings

Configuration for a multiplex event.

Returns:

#nameString

The name of the multiplex.

Returns:

  • (String)

    The name of the multiplex.

#pipelines_running_countInteger

The number of currently healthy pipelines.

Returns:

  • (Integer)

    The number of currently healthy pipelines.

#program_countInteger

The number of programs in the multiplex.

Returns:

  • (Integer)

    The number of programs in the multiplex.

#stateString

The current state of the multiplex.

Possible values:

  • CREATING
  • CREATE_FAILED
  • IDLE
  • STARTING
  • RUNNING
  • RECOVERING
  • STOPPING
  • DELETING
  • DELETED

Returns:

  • (String)

    The current state of the multiplex.

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)

    A collection of key-value pairs.