Class: Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesResponse

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

#itemsArray<Types::DiscoveredDeviceSummary>

The list of discovered devices that match the specified criteria.

Returns:



2896
2897
2898
2899
2900
2901
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2896

class ListDiscoveredDevicesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results when there are more discovered devices than can be returned in a single response.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2896

class ListDiscoveredDevicesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end