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
- Struct
- Aws::KinesisVideo::Types::DeleteSignalingChannelInput
- 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
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
-
#current_version ⇒ String
The current version of the signaling channel that you want to delete.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
#current_version ⇒ String
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.