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

Class: Aws::RoboMaker::Types::CreateSimulationApplicationResponse

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

Overview

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.

#rendering_engineTypes::RenderingEngine

The rendering engine for the simulation application.

Returns:

#revision_idString

The revision id of the simulation application.

Returns:

  • (String)

    The revision id of the simulation application.

#robot_software_suiteTypes::RobotSoftwareSuite

Information about the robot software suite (ROS distribution).

Returns:

#simulation_software_suiteTypes::SimulationSoftwareSuite

The simulation software suite used by the simulation application.

Returns:

#sourcesArray<Types::Source>

The sources of the simulation application.

Returns:

  • (Array<Types::Source>)

    The sources of the simulation application.

#tagsHash<String,String>

The list of all tags added to the simulation application.

Returns:

  • (Hash<String,String>)

    The list of all tags added to the simulation application.

#versionString

The version of the simulation application.

Returns:

  • (String)

    The version of the simulation application.