SimulationApplicationSummary class

Summary information for a simulation application.

Constructors

SimulationApplicationSummary({String? arn, DateTime? lastUpdatedAt, String? name, RobotSoftwareSuite? robotSoftwareSuite, SimulationSoftwareSuite? simulationSoftwareSuite, String? version})
SimulationApplicationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the simulation application.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time, in milliseconds since the epoch, when the simulation application was last updated.
final
name String?
The name of the simulation application.
final
robotSoftwareSuite RobotSoftwareSuite?
Information about a robot software suite (ROS distribution).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulationSoftwareSuite SimulationSoftwareSuite?
Information about a simulation software suite.
final
version String?
The version of the simulation application.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited