Class: Aws::IoTWireless::Types::ListDevicesForWirelessDeviceImportTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the import task for which wireless devices are listed.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3307

class ListDevicesForWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3307

class ListDevicesForWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3307

class ListDevicesForWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the devices in the import task.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3307

class ListDevicesForWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end