Class: Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListDiscoveredDevicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DiscoveredDeviceSummary>
The list of discovered devices that match the specified criteria.
-
#next_token ⇒ String
A token used for pagination of results when there are more discovered devices than can be returned in a single response.
Instance Attribute Details
#items ⇒ Array<Types::DiscoveredDeviceSummary>
The list of discovered devices that match the specified criteria.
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_token ⇒ String
A token used for pagination of results when there are more discovered devices than can be returned in a single response.
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 |