Module: Aws::IoTWireless::Client::_GetWirelessDeviceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn ⇒ ::String

Returns:

  • (::String)


1115
# File 'sig/client.rbs', line 1115

def arn: () -> ::String

#description ⇒ ::String

Returns:

  • (::String)


1112
# File 'sig/client.rbs', line 1112

def description: () -> ::String

#destination_name ⇒ ::String

Returns:

  • (::String)


1113
# File 'sig/client.rbs', line 1113

def destination_name: () -> ::String

#id ⇒ ::String

Returns:

  • (::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

Returns:

  • (::String)


1111
# File 'sig/client.rbs', line 1111

def name: () -> ::String

#positioning ⇒ "Enabled", "Disabled"

Returns:

  • ("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

Returns:

  • (::String)


1117
# File 'sig/client.rbs', line 1117

def thing_arn: () -> ::String

#thing_name ⇒ ::String

Returns:

  • (::String)


1116
# File 'sig/client.rbs', line 1116

def thing_name: () -> ::String

#type ⇒ "Sidewalk", "LoRaWAN"

Returns:

  • ("Sidewalk", "LoRaWAN")


1110
# File 'sig/client.rbs', line 1110

def type: () -> ("Sidewalk" | "LoRaWAN")