DeviceFilterAttribute

public enum DeviceFilterAttribute : String, CustomStringConvertible, Codable

Undocumented

  • arn

    Undocumented

    Declaration

    Swift

    case arn = "ARN"
  • Undocumented

    Declaration

    Swift

    case platform = "PLATFORM"
  • Undocumented

    Declaration

    Swift

    case osVersion = "OS_VERSION"
  • Undocumented

    Declaration

    Swift

    case model = "MODEL"
  • Undocumented

    Declaration

    Swift

    case availability = "AVAILABILITY"
  • Undocumented

    Declaration

    Swift

    case formFactor = "FORM_FACTOR"
  • Undocumented

    Declaration

    Swift

    case manufacturer = "MANUFACTURER"
  • Undocumented

    Declaration

    Swift

    case remoteAccessEnabled = "REMOTE_ACCESS_ENABLED"
  • Undocumented

    Declaration

    Swift

    case remoteDebugEnabled = "REMOTE_DEBUG_ENABLED"
  • Undocumented

    Declaration

    Swift

    case instanceArn = "INSTANCE_ARN"
  • Undocumented

    Declaration

    Swift

    case instanceLabels = "INSTANCE_LABELS"
  • Undocumented

    Declaration

    Swift

    case fleetType = "FLEET_TYPE"
  • Declaration

    Swift

    public var description: String { get }