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
show all
Defined in:
(unknown)

Overview

Summary information for a robot application.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the robot.

#last_updated_atTime

The time, in milliseconds since the epoch, when the robot application was last updated.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the robot application was last updated.

#nameString

The name of the robot application.

Returns:

  • (String)

    The name of the robot application.

#robot_software_suiteTypes::RobotSoftwareSuite

Information about a robot software suite (ROS distribution).

Returns:

#versionString

The version of the robot application.

Returns:

  • (String)

    The version of the robot application.