Class: Aws::KinesisVideo::Types::DescribeSignalingChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeSignalingChannelOutput
- Includes:
- Structure
- Defined in:
- 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.
632 633 634 635 636 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 632 class DescribeSignalingChannelOutput < Struct.new( :channel_info) SENSITIVE = [] include Aws::Structure end |