Class: Aws::IoTManagedIntegrations::Types::ListDeviceDiscoveriesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DeviceDiscoverySummary>

The list of device discovery jobs that match the specified criteria.

Returns:



2963
2964
2965
2966
2967
2968
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2963

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

#next_tokenString

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

Returns:

  • (String)


2963
2964
2965
2966
2967
2968
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2963

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