UpdateDataSetResponse
public struct UpdateDataSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dataset.
Declaration
Swift
public let arn: String?
-
The ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
Declaration
Swift
public let dataSetId: String?
-
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
Declaration
Swift
public let ingestionArn: String?
-
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
Declaration
Swift
public let ingestionId: String?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, dataSetId: String? = nil, ingestionArn: String? = nil, ingestionId: String? = nil, requestId: String? = nil, status: Int? = nil)