Class: Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the device discovery job to list discovered devices for.
-
#max_results ⇒ Integer
The maximum number of discovered devices to return in a single response.
-
#next_token ⇒ String
A token used for pagination of results.
Instance Attribute Details
#identifier ⇒ String
The identifier of the device discovery job to list discovered devices for.
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_results ⇒ Integer
The maximum number of discovered devices to return in a single response.
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_token ⇒ String
A token used for pagination of results.
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 |