ChannelActivity
public struct ChannelActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the channel from which the messages are processed.
Declaration
Swift
public let channelName: String -
The name of the ‘channel’ activity.
Declaration
Swift
public let name: String -
The next activity in the pipeline.
Declaration
Swift
public let next: String? -
Undocumented
Declaration
Swift
public init(channelName: String, name: String, next: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ChannelActivity Structure Reference