Class: Aws::KinesisVideo::Types::CreateSignalingChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::CreateSignalingChannelOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the created channel.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the created channel.
175 176 177 178 179 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 175 class CreateSignalingChannelOutput < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |