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)


4245
4246
4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4245

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)


4245
4246
4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4245

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)


4245
4246
4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4245

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)


4245
4246
4247
4248
4249
4250
4251
4252
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4245

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