You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::UpdateRobotApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the updated robot application.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the updated robot application.

#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.

#revision_idString

The revision id of the robot application.

Returns:

  • (String)

    The revision id of the robot application.

#robot_software_suiteTypes::RobotSoftwareSuite

The robot software suite (ROS distribution) used by the robot application.

Returns:

#sourcesArray<Types::Source>

The sources of the robot application.

Returns:

  • (Array<Types::Source>)

    The sources of the robot application.

#versionString

The version of the robot application.

Returns:

  • (String)

    The version of the robot application.