Class: Aws::KinesisVideo::Types::DeleteSignalingChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DeleteSignalingChannelInput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
311 312 313 314 315 316 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 311 class DeleteSignalingChannelInput < Struct.new( :channel_arn, :current_version) SENSITIVE = [] include Aws::Structure end |
#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.
311 312 313 314 315 316 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 311 class DeleteSignalingChannelInput < Struct.new( :channel_arn, :current_version) SENSITIVE = [] include Aws::Structure end |