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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


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_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)


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