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

Class: Aws::KinesisVideo::Types::ChannelInfo

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

Overview

A structure that encapsulates a signaling channel's metadata and properties.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the signaling channel.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the signaling channel.

#channel_nameString

The name of the signaling channel.

Returns:

  • (String)

    The name of the signaling channel.

#channel_statusString

Current status of the signaling channel.

Possible values:

  • CREATING
  • ACTIVE
  • UPDATING
  • DELETING

Returns:

  • (String)

    Current status of the signaling channel.

#channel_typeString

The type of the signaling channel.

Possible values:

  • SINGLE_MASTER

Returns:

  • (String)

    The type of the signaling channel.

#creation_timeTime

The time at which the signaling channel was created.

Returns:

  • (Time)

    The time at which the signaling channel was created.

#single_master_configurationTypes::SingleMasterConfiguration

A structure that contains the configuration for the SINGLE_MASTER channel type.

Returns:

#versionString

The current version of the signaling channel.

Returns:

  • (String)

    The current version of the signaling channel.