Class: Aws::Types::Radios

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bluetoothBoolean

Returns the value of attribute bluetooth.

Returns:

  • (Boolean)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def bluetooth
  @bluetooth
end

#gpsBoolean

Returns the value of attribute gps.

Returns:

  • (Boolean)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def gps
  @gps
end

#nfcBoolean

Returns the value of attribute nfc.

Returns:

  • (Boolean)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def nfc
  @nfc
end

#wifiBoolean

Returns the value of attribute wifi.

Returns:

  • (Boolean)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def wifi
  @wifi
end