Class: Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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_tokenString

A token that can be used to retrieve the next set of results.

Returns:

  • (String)


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