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

Class: Aws::KinesisVideo::Types::DeleteSignalingChannelInput

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

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

Returns:

  • (String)

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

#current_versionString

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.

Returns:

  • (String)

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