class Aws::KinesisVideo::Types::UpdateSignalingChannelInput

@note When making an API call, you may pass UpdateSignalingChannelInput

data as a hash:

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

@!attribute [rw] channel_arn

The Amazon Resource Name (ARN) of the signaling channel that you
want to update.
@return [String]

@!attribute [rw] current_version

The current version of the signaling channel that you want to
update.
@return [String]

@!attribute [rw] single_master_configuration

The structure containing the configuration for the `SINGLE_MASTER`
type of the signaling channel that you want to update.
@return [Types::SingleMasterConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UpdateSignalingChannelInput AWS API Documentation

Constants

SENSITIVE