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)


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

def arn: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#destination_name::String

Returns:

  • (::String)


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

def destination_name: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#lo_ra_wanTypes::LoRaWANDevice



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

def lo_ra_wan: () -> Types::LoRaWANDevice

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#positioning"Enabled", "Disabled"

Returns:

  • ("Enabled", "Disabled")


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

def positioning: () -> ("Enabled" | "Disabled")

#sidewalkTypes::SidewalkDevice



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

def sidewalk: () -> Types::SidewalkDevice

#thing_arn::String

Returns:

  • (::String)


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

def thing_arn: () -> ::String

#thing_name::String

Returns:

  • (::String)


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

def thing_name: () -> ::String

#type"Sidewalk", "LoRaWAN"

Returns:

  • ("Sidewalk", "LoRaWAN")


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

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