Class: Aws::IoTThingsGraph::Types::GetSystemInstanceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::GetSystemInstanceRequest
 
 
- 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 deployment instance.
 
Instance Attribute Details
#id ⇒ String
The ID of the system deployment instance. This value is returned by ‘CreateSystemInstance`.
The ID should be in the following format.
‘urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME`
      712 713 714 715 716  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 712 class GetSystemInstanceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |