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)


618
619
620
621
622
623
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 618

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)


618
619
620
621
622
623
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 618

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