You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Radios

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Radios as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bluetoothBoolean

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

Returns:

  • (Boolean)

    True if Bluetooth is enabled at the beginning of the test.

#gpsBoolean

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

Returns:

  • (Boolean)

    True if GPS is enabled at the beginning of the test.

#nfcBoolean

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

Returns:

  • (Boolean)

    True if NFC is enabled at the beginning of the test.

#wifiBoolean

True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.

Returns:

  • (Boolean)

    True if Wi-Fi is enabled at the beginning of the test.