Class: Aws::KinesisVideo::Types::DescribeSignalingChannelInput

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 ARN of the signaling channel that you want to describe.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 630

class DescribeSignalingChannelInput < Struct.new(
  :channel_name,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the signaling channel that you want to describe.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 630

class DescribeSignalingChannelInput < Struct.new(
  :channel_name,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end