CreateSignalingChannelOutput

public struct CreateSignalingChannelOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the created channel.

    Declaration

    Swift

    public let channelARN: String?
  • Undocumented

    Declaration

    Swift

    public init(channelARN: String? = nil)