Class: Aws::RoboMaker::Types::Environment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::Environment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
The object that contains the Docker image URI for either your robot or simulation applications.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Docker image URI for either your robot or simulation applications.
 
Instance Attribute Details
#uri ⇒ String
The Docker image URI for either your robot or simulation applications.
      2948 2949 2950 2951 2952  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2948 class Environment < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end  |