You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::UpdateSystemTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateSystemTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "Urn", # required
  definition: { # required
    language: "GRAPHQL", # required, accepts GRAPHQL
    text: "DefinitionText", # required
  },
  compatible_namespace_version: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#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)

    The version of the user\'s namespace.

#definitionTypes::DefinitionDocument

The DefinitionDocument that contains the updated system definition.

Returns:

#idString

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

Returns:

  • (String)

    The ID of the system to be updated.