PutRecordBatchInput
public struct PutRecordBatchInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the delivery stream.
Declaration
Swift
public let deliveryStreamName: String -
One or more records.
Declaration
Swift
public let records: [Record] -
Undocumented
Declaration
Swift
public init(deliveryStreamName: String, records: [Record]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutRecordBatchInput Structure Reference