CreateIngestionRequest
public struct CreateIngestionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS account ID.
Declaration
Swift
public let awsAccountId: String -
The ID of the dataset used in the ingestion.
Declaration
Swift
public let dataSetId: String -
An ID for the ingestion.
Declaration
Swift
public let ingestionId: String -
Undocumented
Declaration
Swift
public init(awsAccountId: String, dataSetId: String, ingestionId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateIngestionRequest Structure Reference