Ingestion
public struct Ingestion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String
-
The time that this ingestion started.
Declaration
Swift
public let createdTime: TimeStamp
-
Error information for this ingestion.
Declaration
Swift
public let errorInfo: ErrorInfo?
-
Ingestion ID.
Declaration
Swift
public let ingestionId: String?
-
The size of the data ingested, in bytes.
Declaration
Swift
public let ingestionSizeInBytes: Int64?
-
Ingestion status.
Declaration
Swift
public let ingestionStatus: IngestionStatus
-
The time that this ingestion took, measured in seconds.
Declaration
Swift
public let ingestionTimeInSeconds: Int64?
-
Undocumented
Declaration
Swift
public let queueInfo: QueueInfo?
-
Event source for this ingestion.
Declaration
Swift
public let requestSource: IngestionRequestSource?
-
Type of this ingestion.
Declaration
Swift
public let requestType: IngestionRequestType?
-
Undocumented
Declaration
Swift
public let rowInfo: RowInfo?
-
init(arn:createdTime:errorInfo:ingestionId:ingestionSizeInBytes:ingestionStatus:ingestionTimeInSeconds:queueInfo:requestSource:requestType:rowInfo:)
Undocumented
Declaration
Swift
public init(arn: String, createdTime: TimeStamp, errorInfo: ErrorInfo? = nil, ingestionId: String? = nil, ingestionSizeInBytes: Int64? = nil, ingestionStatus: IngestionStatus, ingestionTimeInSeconds: Int64? = nil, queueInfo: QueueInfo? = nil, requestSource: IngestionRequestSource? = nil, requestType: IngestionRequestType? = nil, rowInfo: RowInfo? = nil)