Class: Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ManagedThingSchemaListItem>
The list of managed thing schemas.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::ManagedThingSchemaListItem>
The list of managed thing schemas.
3018 3019 3020 3021 3022 3023 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3018 class ListManagedThingSchemasResponse < 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.
3018 3019 3020 3021 3022 3023 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3018 class ListManagedThingSchemasResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |