SpotInstanceStatus

public struct SpotInstanceStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.

    Declaration

    Swift

    public let code: String?
  • The description for the status code.

    Declaration

    Swift

    public let message: String?
  • The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

    Declaration

    Swift

    public let updateTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, message: String? = nil, updateTime: TimeStamp? = nil)