BatchGetStreamKeyResponse
public struct BatchGetStreamKeyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let errors: [BatchError]?
-
Undocumented
Declaration
Swift
public let streamKeys: [StreamKey]?
-
Undocumented
Declaration
Swift
public init(errors: [BatchError]? = nil, streamKeys: [StreamKey]? = nil)