Class: Aws::KinesisVideo::Types::DescribeSignalingChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeSignalingChannelOutput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_info ⇒ Types::ChannelInfo
A structure that encapsulates the specified signaling channel's metadata and properties.
Instance Attribute Details
#channel_info ⇒ Types::ChannelInfo
A structure that encapsulates the specified signaling channel's metadata and properties.
602 603 604 605 606 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 602 class DescribeSignalingChannelOutput < Struct.new( :channel_info) SENSITIVE = [] include Aws::Structure end |