Radios

public struct Radios : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • True if Bluetooth is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let bluetooth: Bool?
  • gps

    True if GPS is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let gps: Bool?
  • nfc

    True if NFC is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let nfc: Bool?
  • True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.

    Declaration

    Swift

    public let wifi: Bool?
  • Undocumented

    Declaration

    Swift

    public init(bluetooth: Bool? = nil, gps: Bool? = nil, nfc: Bool? = nil, wifi: Bool? = nil)