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

#arn ⇒ String

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

Returns:

  • (String) —

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

#last_updated_at ⇒ Time

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.

#name ⇒ String

The name of the simulation application.

Returns:

  • (String) —

    The name of the simulation application.

#rendering_engine ⇒ Types::RenderingEngine

The rendering engine for the simulation application.

Returns:

#revision_id ⇒ String

The revision id of the simulation application.

Returns:

  • (String) —

    The revision id of the simulation application.

#robot_software_suite ⇒ Types::RobotSoftwareSuite

Information about the robot software suite (ROS distribution).

Returns:

#simulation_software_suite ⇒ Types::SimulationSoftwareSuite

The simulation software suite used by the simulation application.

Returns:

#sources ⇒ Array<Types::Source>

The sources of the simulation application.

Returns:

  • (Array<Types::Source>) —

    The sources of the simulation application.

#tags ⇒ Hash<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.

#version ⇒ String

The version of the simulation application.

Returns:

  • (String) —

    The version of the simulation application.