SuspendedProcess

public struct SuspendedProcess : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the suspended process.

    Declaration

    Swift

    public let processName: String?
  • The reason that the process was suspended.

    Declaration

    Swift

    public let suspensionReason: String?
  • Undocumented

    Declaration

    Swift

    public init(processName: String? = nil, suspensionReason: String? = nil)