Class: Aws::Types::GetWirelessDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessDeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANDevice
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkDevice
Returns the value of attribute sidewalk.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
914 915 916 |
# File 'sig/types.rbs', line 914 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
911 912 913 |
# File 'sig/types.rbs', line 911 def description @description end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
912 913 914 |
# File 'sig/types.rbs', line 912 def destination_name @destination_name end |
#id ⇒ ::String
Returns the value of attribute id.
913 914 915 |
# File 'sig/types.rbs', line 913 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANDevice
Returns the value of attribute lo_ra_wan.
917 918 919 |
# File 'sig/types.rbs', line 917 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
910 911 912 |
# File 'sig/types.rbs', line 910 def name @name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
919 920 921 |
# File 'sig/types.rbs', line 919 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkDevice
Returns the value of attribute sidewalk.
918 919 920 |
# File 'sig/types.rbs', line 918 def sidewalk @sidewalk end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
916 917 918 |
# File 'sig/types.rbs', line 916 def thing_arn @thing_arn end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
915 916 917 |
# File 'sig/types.rbs', line 915 def thing_name @thing_name end |
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
909 910 911 |
# File 'sig/types.rbs', line 909 def type @type end |