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
1115 |
# File 'sig/client.rbs', line 1115
def arn: () -> ::String
|
#description ⇒ ::String
1112 |
# File 'sig/client.rbs', line 1112
def description: () -> ::String
|
#destination_name ⇒ ::String
1113 |
# File 'sig/client.rbs', line 1113
def destination_name: () -> ::String
|
#id ⇒ ::String
1114 |
# File 'sig/client.rbs', line 1114
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANDevice
1118 |
# File 'sig/client.rbs', line 1118
def lo_ra_wan: () -> Types::LoRaWANDevice
|
#name ⇒ ::String
1111 |
# File 'sig/client.rbs', line 1111
def name: () -> ::String
|
#positioning ⇒ "Enabled", "Disabled"
1120 |
# File 'sig/client.rbs', line 1120
def positioning: () -> ("Enabled" | "Disabled")
|
#sidewalk ⇒ Types::SidewalkDevice
1119 |
# File 'sig/client.rbs', line 1119
def sidewalk: () -> Types::SidewalkDevice
|
#thing_arn ⇒ ::String
1117 |
# File 'sig/client.rbs', line 1117
def thing_arn: () -> ::String
|
#thing_name ⇒ ::String
1116 |
# File 'sig/client.rbs', line 1116
def thing_name: () -> ::String
|
#type ⇒ "Sidewalk", "LoRaWAN"
1110 |
# File 'sig/client.rbs', line 1110
def type: () -> ("Sidewalk" | "LoRaWAN")
|