class Aws::KinesisVideo::Types::DeleteSignalingChannelInput

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

data as a hash:

    {
      channel_arn: "ResourceARN", # required
      current_version: "Version",
    }

@!attribute [rw] channel_arn

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

@!attribute [rw] current_version

The current version of the signaling channel that you want to
delete. You can obtain the current version by invoking the
`DescribeSignalingChannel` or `ListSignalingChannels` API
operations.
@return [String]

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

Constants

SENSITIVE