Class: Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the device discovery job to list discovered devices for.

Returns:

  • (String)


2879
2880
2881
2882
2883
2884
2885
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2879

class ListDiscoveredDevicesRequest < Struct.new(
  :identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of discovered devices to return in a single response.

Returns:

  • (Integer)


2879
2880
2881
2882
2883
2884
2885
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2879

class ListDiscoveredDevicesRequest < Struct.new(
  :identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results.

Returns:

  • (String)


2879
2880
2881
2882
2883
2884
2885
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2879

class ListDiscoveredDevicesRequest < Struct.new(
  :identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end