Module: Aws::IoTWireless::Client::_GetWirelessDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #destination_name ⇒ ::String
- #id ⇒ ::String
- #lo_ra_wan ⇒ Types::LoRaWANDevice
- #name ⇒ ::String
- #positioning ⇒ "Enabled", "Disabled"
- #sidewalk ⇒ Types::SidewalkDevice
- #thing_arn ⇒ ::String
- #thing_name ⇒ ::String
- #type ⇒ "Sidewalk", "LoRaWAN"
Instance Method Details
#arn ⇒ ::String
1103 |
# File 'sig/client.rbs', line 1103
def arn: () -> ::String
|
#description ⇒ ::String
1100 |
# File 'sig/client.rbs', line 1100
def description: () -> ::String
|
#destination_name ⇒ ::String
1101 |
# File 'sig/client.rbs', line 1101
def destination_name: () -> ::String
|
#id ⇒ ::String
1102 |
# File 'sig/client.rbs', line 1102
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANDevice
1106 |
# File 'sig/client.rbs', line 1106
def lo_ra_wan: () -> Types::LoRaWANDevice
|
#name ⇒ ::String
1099 |
# File 'sig/client.rbs', line 1099
def name: () -> ::String
|
#positioning ⇒ "Enabled", "Disabled"
1108 |
# File 'sig/client.rbs', line 1108
def positioning: () -> ("Enabled" | "Disabled")
|
#sidewalk ⇒ Types::SidewalkDevice
1107 |
# File 'sig/client.rbs', line 1107
def sidewalk: () -> Types::SidewalkDevice
|
#thing_arn ⇒ ::String
1105 |
# File 'sig/client.rbs', line 1105
def thing_arn: () -> ::String
|
#thing_name ⇒ ::String
1104 |
# File 'sig/client.rbs', line 1104
def thing_name: () -> ::String
|
#type ⇒ "Sidewalk", "LoRaWAN"
1098 |
# File 'sig/client.rbs', line 1098
def type: () -> ("Sidewalk" | "LoRaWAN")
|