Class: Aws::Types::Radios
- Inherits:
-
Object
- Object
- Aws::Types::Radios
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bluetooth ⇒ Boolean
Returns the value of attribute bluetooth.
-
#gps ⇒ Boolean
Returns the value of attribute gps.
-
#nfc ⇒ Boolean
Returns the value of attribute nfc.
-
#wifi ⇒ Boolean
Returns the value of attribute wifi.
Instance Attribute Details
#bluetooth ⇒ Boolean
Returns the value of attribute bluetooth.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def bluetooth @bluetooth end |
#gps ⇒ Boolean
Returns the value of attribute gps.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def gps @gps end |
#nfc ⇒ Boolean
Returns the value of attribute nfc.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def nfc @nfc end |
#wifi ⇒ Boolean
Returns the value of attribute wifi.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def wifi @wifi end |