UpgradeStepItem

public struct UpgradeStepItem : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of strings containing detailed information about the errors encountered in a particular step.

    Declaration

    Swift

    public let issues: [String]?
  • The Floating point value representing progress percentage of a particular step.

    Declaration

    Swift

    public let progressPercent: Double?
  • Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgrade

    Declaration

    Swift

    public let upgradeStep: UpgradeStep?
  • The status of a particular step during an upgrade. The status can take one of the following values: In Progress Succeeded Succeeded with Issues Failed

    Declaration

    Swift

    public let upgradeStepStatus: UpgradeStatus?
  • Undocumented

    Declaration

    Swift

    public init(issues: [String]? = nil, progressPercent: Double? = nil, upgradeStep: UpgradeStep? = nil, upgradeStepStatus: UpgradeStatus? = nil)