Class: Aws::IoTThingsGraph::Types::DeploySystemInstanceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::DeploySystemInstanceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #greengrass_deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Greengrass deployment used to deploy the system instance.
 - 
  
    
      #summary  ⇒ Types::SystemInstanceSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains summary information about a system instance that was deployed.
 
Instance Attribute Details
#greengrass_deployment_id ⇒ String
The ID of the Greengrass deployment used to deploy the system instance.
      280 281 282 283 284 285  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 280 class DeploySystemInstanceResponse < Struct.new( :summary, :greengrass_deployment_id) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ Types::SystemInstanceSummary
An object that contains summary information about a system instance that was deployed.
      280 281 282 283 284 285  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 280 class DeploySystemInstanceResponse < Struct.new( :summary, :greengrass_deployment_id) SENSITIVE = [] include Aws::Structure end  |