GetUpgradeHistoryResponse

public struct GetUpgradeHistoryResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Pagination token that needs to be supplied to the next call to get the next page of results

    Declaration

    Swift

    public let nextToken: String?
  • A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.

    Declaration

    Swift

    public let upgradeHistories: [UpgradeHistory]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, upgradeHistories: [UpgradeHistory]? = nil)