Class: Aws::IoTManagedIntegrations::Types::ListManagedThingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListManagedThingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ManagedThingSummary>
The list of managed things.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::ManagedThingSummary>
The list of managed things.
3097 3098 3099 3100 3101 3102 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3097 class ListManagedThingsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
3097 3098 3099 3100 3101 3102 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3097 class ListManagedThingsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |