You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::RobotApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotApplicationSummary
- Defined in:
- (unknown)
Overview
Summary information for a robot application.
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.
#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.