BatchGetChannelResponse
public struct BatchGetChannelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let channels: [Channel]? -
Each error object is related to a specific ARN in the request.
Declaration
Swift
public let errors: [BatchError]? -
Undocumented
Declaration
Swift
public init(channels: [Channel]? = nil, errors: [BatchError]? = nil)
View on GitHub
BatchGetChannelResponse Structure Reference