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

Class: Aws::RoboMaker::Types::SimulationApplicationSummary

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

Overview

Summary information for a simulation application.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the simulation application.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the simulation application.

#last_updated_atTime

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

Returns:

  • (Time)

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

#nameString

The name of the simulation application.

Returns:

  • (String)

    The name of the simulation application.

#robot_software_suiteTypes::RobotSoftwareSuite

Information about a robot software suite (ROS distribution).

Returns:

#simulation_software_suiteTypes::SimulationSoftwareSuite

Information about a simulation software suite.

Returns:

#versionString

The version of the simulation application.

Returns:

  • (String)

    The version of the simulation application.