Class: Aws::IoTManagedIntegrations::Types::ListSchemaVersionsResponse

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::SchemaVersionListItem>

The list of schema versions.

Returns:



3308
3309
3310
3311
3312
3313
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3308

class ListSchemaVersionsResponse < 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)


3308
3309
3310
3311
3312
3313
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3308

class ListSchemaVersionsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end