ChannelSummary
public struct ChannelSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the channel.
Declaration
Swift
public let channelName: String?
-
Where channel data is stored.
Declaration
Swift
public let channelStorage: ChannelStorageSummary?
-
When the channel was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The last time the channel was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The status of the channel.
Declaration
Swift
public let status: ChannelStatus?
-
Undocumented
Declaration
Swift
public init(channelName: String? = nil, channelStorage: ChannelStorageSummary? = nil, creationTime: TimeStamp? = nil, lastUpdateTime: TimeStamp? = nil, status: ChannelStatus? = nil)