ThingConnectivity

public struct ThingConnectivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • True if the thing is connected to the AWS IoT service; false if it is not connected.

    Declaration

    Swift

    public let connected: Bool?
  • The epoch time (in milliseconds) when the thing last connected or disconnected. If the thing has been disconnected for more than a few weeks, the time value might be missing.

    Declaration

    Swift

    public let timestamp: Int64?
  • Undocumented

    Declaration

    Swift

    public init(connected: Bool? = nil, timestamp: Int64? = nil)