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.
323 324 325 326 327 328 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 323 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.
323 324 325 326 327 328 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 323 class DeleteSignalingChannelInput < Struct.new( :channel_arn, :current_version) SENSITIVE = [] include Aws::Structure end |