Class: Aws::RoboMaker::Types::RobotApplicationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::RobotApplicationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Summary information for a robot application.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the robot.
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the robot application was last updated.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the robot application.
 - 
  
    
      #robot_software_suite  ⇒ Types::RobotSoftwareSuite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a robot software suite (ROS distribution).
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the robot application.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
      4290 4291 4292 4293 4294 4295 4296 4297 4298  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4290 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the robot application was last updated.
      4290 4291 4292 4293 4294 4295 4296 4297 4298  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4290 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the robot application.
      4290 4291 4292 4293 4294 4295 4296 4297 4298  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4290 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end  | 
  
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about a robot software suite (ROS distribution).
      4290 4291 4292 4293 4294 4295 4296 4297 4298  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4290 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The version of the robot application.
      4290 4291 4292 4293 4294 4295 4296 4297 4298  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4290 class RobotApplicationSummary < Struct.new( :name, :arn, :version, :last_updated_at, :robot_software_suite) SENSITIVE = [] include Aws::Structure end  |