Class: Aws::RoboMaker::Types::CreateRobotApplicationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateRobotApplicationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #environment  ⇒ Types::Environment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object that contains that URI of the Docker image that you use for your robot application.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the robot application.
 - 
  
    
      #robot_software_suite  ⇒ Types::RobotSoftwareSuite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The robot software suite (ROS distribuition) used by the robot application.
 - 
  
    
      #sources  ⇒ Array<Types::SourceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sources of the robot application.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the robot application.
 
Instance Attribute Details
#environment ⇒ Types::Environment
The object that contains that URI of the Docker image that you use for your robot application.
      474 475 476 477 478 479 480 481 482  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 474 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the robot application.
      474 475 476 477 478 479 480 481 482  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 474 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite (ROS distribuition) used by the robot application.
      474 475 476 477 478 479 480 481 482  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 474 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.
      474 475 476 477 478 479 480 481 482  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 474 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the robot application.
      474 475 476 477 478 479 480 481 482  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 474 class CreateRobotApplicationRequest < Struct.new( :name, :sources, :robot_software_suite, :tags, :environment) SENSITIVE = [] include Aws::Structure end  |