class Aws::DeviceFarm::Types::Radios

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

@note When making an API call, you may pass Radios

data as a hash:

    {
      wifi: false,
      bluetooth: false,
      nfc: false,
      gps: false,
    }

@!attribute [rw] wifi

True if Wi-Fi is enabled at the beginning of the test. Otherwise,
false.
@return [Boolean]

@!attribute [rw] bluetooth

True if Bluetooth is enabled at the beginning of the test.
Otherwise, false.
@return [Boolean]

@!attribute [rw] nfc

True if NFC is enabled at the beginning of the test. Otherwise,
false.
@return [Boolean]

@!attribute [rw] gps

True if GPS is enabled at the beginning of the test. Otherwise,
false.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/Radios AWS API Documentation

Constants

SENSITIVE