Method: Aws::IoTThingsGraph::Types::UpdateSystemTemplateRequest#compatible_namespace_version

Defined in:
lib/aws-sdk-iotthingsgraph/types.rb

#compatible_namespace_versionInteger

The version of the user’s namespace. Defaults to the latest version of the user’s namespace.

If no value is specified, the latest version is used by default.

Returns:

  • (Integer)


1644
1645
1646
1647
1648
1649
1650
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1644

class UpdateSystemTemplateRequest < Struct.new(
  :id,
  :definition,
  :compatible_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end