ChannelInfo
public struct ChannelInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the signaling channel.
Declaration
Swift
public let channelARN: String?
-
The name of the signaling channel.
Declaration
Swift
public let channelName: String?
-
Current status of the signaling channel.
Declaration
Swift
public let channelStatus: Status?
-
The type of the signaling channel.
Declaration
Swift
public let channelType: ChannelType?
-
The time at which the signaling channel was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
A structure that contains the configuration for the SINGLE_MASTER channel type.
Declaration
Swift
public let singleMasterConfiguration: SingleMasterConfiguration?
-
The current version of the signaling channel.
Declaration
Swift
public let version: String?
-
init(channelARN:channelName:channelStatus:channelType:creationTime:singleMasterConfiguration:version:)
Undocumented
Declaration
Swift
public init(channelARN: String? = nil, channelName: String? = nil, channelStatus: Status? = nil, channelType: ChannelType? = nil, creationTime: TimeStamp? = nil, singleMasterConfiguration: SingleMasterConfiguration? = nil, version: String? = nil)