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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bluetoothBoolean

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

Returns:

  • (Boolean)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4199

class Radios < Struct.new(
  :wifi,
  :bluetooth,
  :nfc,
  :gps)
  SENSITIVE = []
  include Aws::Structure
end

#gpsBoolean

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

Returns:

  • (Boolean)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4199

class Radios < Struct.new(
  :wifi,
  :bluetooth,
  :nfc,
  :gps)
  SENSITIVE = []
  include Aws::Structure
end

#nfcBoolean

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

Returns:

  • (Boolean)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4199

class Radios < Struct.new(
  :wifi,
  :bluetooth,
  :nfc,
  :gps)
  SENSITIVE = []
  include Aws::Structure
end

#wifiBoolean

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

Returns:

  • (Boolean)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4199

class Radios < Struct.new(
  :wifi,
  :bluetooth,
  :nfc,
  :gps)
  SENSITIVE = []
  include Aws::Structure
end