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

Class: Aws::KinesisVideo::Types::UpdateSignalingChannelInput

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

Overview

Note:

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

{
  channel_arn: "ResourceARN", # required
  current_version: "Version", # required
  single_master_configuration: {
    message_ttl_seconds: 1,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the signaling channel that you want to update.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the signaling channel that you want to update.

#current_versionString

The current version of the signaling channel that you want to update.

Returns:

  • (String)

    The current version of the signaling channel that you want to update.

#single_master_configurationTypes::SingleMasterConfiguration

The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that you want to update.

Returns:

  • (Types::SingleMasterConfiguration)

    The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that you want to update.