Class: Aws::KinesisVideo::Types::DescribeSignalingChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeSignalingChannelInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the signaling channel that you want to describe.
-
#channel_name ⇒ String
The name of the signaling channel that you want to describe.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the signaling channel that you want to describe.
618 619 620 621 622 623 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 618 class DescribeSignalingChannelInput < Struct.new( :channel_name, :channel_arn) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the signaling channel that you want to describe.
618 619 620 621 622 623 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 618 class DescribeSignalingChannelInput < Struct.new( :channel_name, :channel_arn) SENSITIVE = [] include Aws::Structure end |