Class: Aws::IoTManagedIntegrations::Types::ListSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListSchemaVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SchemaVersionListItem>
The list of schema versions.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::SchemaVersionListItem>
The list of schema versions.
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_token ⇒ String
A token that can be used to retrieve the next set of results.
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 |