GenerateDataSetResult

public struct GenerateDataSetResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.

    Declaration

    Swift

    public let dataSetRequestId: String?
  • Undocumented

    Declaration

    Swift

    public init(dataSetRequestId: String? = nil)