Class: Aws::IoTThingsGraph::Types::DeploySystemInstanceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the system instance. This value is returned by the ‘CreateSystemInstance` action.

The ID should be in the following format.

‘urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME`

Returns:

  • (String)


264
265
266
267
268
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 264

class DeploySystemInstanceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end