Class: Aws::IoTThingsGraph::Types::DeploySystemInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DeploySystemInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the system instance.
Instance Attribute Details
#id ⇒ String
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`
264 265 266 267 268 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 264 class DeploySystemInstanceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |