Class: Aws::IoTManagedIntegrations::Types::ListSchemaVersionsRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


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

#namespaceString

Filter on the name of the schema version.

Returns:

  • (String)


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_tokenString

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

Returns:

  • (String)


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_idString

Filter on the id of the schema version.

Returns:

  • (String)


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_versionString

The schema version. If this is left blank, it defaults to the latest version.

Returns:

  • (String)


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

#typeString

Filter on the type of schema version.

Returns:

  • (String)


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

#visibilityString

The visibility of the schema version.

Returns:

  • (String)


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