PutRecordInput
public struct PutRecordInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the delivery stream.
Declaration
Swift
public let deliveryStreamName: String
-
The record.
Declaration
Swift
public let record: Record
-
Undocumented
Declaration
Swift
public init(deliveryStreamName: String, record: Record)
-
Declaration
Swift
public func validate(name: String) throws