Class: Aws::IoTManagedIntegrations::Types::ListSchemaVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListSchemaVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#namespace ⇒ String
Filter on the name of the schema version.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
-
#schema_id ⇒ String
Filter on the id of the schema version.
-
#semantic_version ⇒ String
The schema version.
-
#type ⇒ String
Filter on the type of schema version.
-
#visibility ⇒ String
The visibility of the schema version.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
Filter on the name of the schema version.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ String
Filter on the id of the schema version.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The schema version. If this is left blank, it defaults to the latest version.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Filter on the type of schema version.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the schema version.
3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3288 class ListSchemaVersionsRequest < Struct.new( :type, :max_results, :next_token, :schema_id, :namespace, :visibility, :semantic_version) SENSITIVE = [] include Aws::Structure end |