Class: Aws::Types::ListWirelessDevicesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def destination_name
  @destination_name
end

#device_profile_id ⇒ ::String

Returns the value of attribute device_profile_id.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def device_profile_id
  @device_profile_id
end

#fuota_task_id ⇒ ::String

Returns the value of attribute fuota_task_id.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def fuota_task_id
  @fuota_task_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def max_results
  @max_results
end

#multicast_group_id ⇒ ::String

Returns the value of attribute multicast_group_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def multicast_group_id
  @multicast_group_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def next_token
  @next_token
end

#service_profile_id ⇒ ::String

Returns the value of attribute service_profile_id.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def service_profile_id
  @service_profile_id
end

#wireless_device_type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute wireless_device_type.

Returns:

  • ("Sidewalk", "LoRaWAN")


1287
1288
1289
# File 'sig/types.rbs', line 1287

def wireless_device_type
  @wireless_device_type
end