CreateSoftwareUpdateJobResponse

public struct CreateSoftwareUpdateJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IoT Job ARN corresponding to this update.

    Declaration

    Swift

    public let iotJobArn: String?
  • The IoT Job Id corresponding to this update.

    Declaration

    Swift

    public let iotJobId: String?
  • The software version installed on the device or devices after the update.

    Declaration

    Swift

    public let platformSoftwareVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(iotJobArn: String? = nil, iotJobId: String? = nil, platformSoftwareVersion: String? = nil)