Class: Aws::RoboMaker::Types::UpdateRobotApplicationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::UpdateRobotApplicationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #application  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The application information for the robot application.
 - 
  
    
      #current_revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision id for the robot application.
 - 
  
    
      #environment  ⇒ Types::Environment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object that contains the Docker image URI for your robot application.
 - 
  
    
      #robot_software_suite  ⇒ Types::RobotSoftwareSuite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The robot software suite (ROS distribution) used by the robot application.
 - 
  
    
      #sources  ⇒ Array<Types::SourceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sources of the robot application.
 
Instance Attribute Details
#application ⇒ String
The application information for the robot application.
      5422 5423 5424 5425 5426 5427 5428 5429 5430  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5422 class UpdateRobotApplicationRequest < Struct.new( :application, :sources, :robot_software_suite, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#current_revision_id ⇒ String
The revision id for the robot application.
      5422 5423 5424 5425 5426 5427 5428 5429 5430  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5422 class UpdateRobotApplicationRequest < Struct.new( :application, :sources, :robot_software_suite, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#environment ⇒ Types::Environment
The object that contains the Docker image URI for your robot application.
      5422 5423 5424 5425 5426 5427 5428 5429 5430  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5422 class UpdateRobotApplicationRequest < Struct.new( :application, :sources, :robot_software_suite, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#robot_software_suite ⇒ Types::RobotSoftwareSuite
The robot software suite (ROS distribution) used by the robot application.
      5422 5423 5424 5425 5426 5427 5428 5429 5430  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5422 class UpdateRobotApplicationRequest < Struct.new( :application, :sources, :robot_software_suite, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#sources ⇒ Array<Types::SourceConfig>
The sources of the robot application.
      5422 5423 5424 5425 5426 5427 5428 5429 5430  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5422 class UpdateRobotApplicationRequest < Struct.new( :application, :sources, :robot_software_suite, :current_revision_id, :environment) SENSITIVE = [] include Aws::Structure end  |