GetDifferencesOutput

public struct GetDifferencesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

    Declaration

    Swift

    public let differences: [Difference]?
  • An enumeration token that can be used in a request to return the next batch of the results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(differences: [Difference]? = nil, nextToken: String? = nil)