UpdateSimulationApplicationResponse
public struct UpdateSimulationApplicationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the updated simulation application.
Declaration
Swift
public let arn: String? -
The time, in milliseconds since the epoch, when the simulation application was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp? -
The name of the simulation application.
Declaration
Swift
public let name: String? -
The rendering engine for the simulation application.
Declaration
Swift
public let renderingEngine: RenderingEngine? -
The revision id of the simulation application.
Declaration
Swift
public let revisionId: String? -
Information about the robot software suite (ROS distribution).
Declaration
Swift
public let robotSoftwareSuite: RobotSoftwareSuite? -
The simulation software suite used by the simulation application.
Declaration
Swift
public let simulationSoftwareSuite: SimulationSoftwareSuite? -
The sources of the simulation application.
Declaration
Swift
public let sources: [Source]? -
The version of the robot application.
Declaration
Swift
public let version: String? -
init(arn:lastUpdatedAt:name:renderingEngine:revisionId:robotSoftwareSuite:simulationSoftwareSuite:sources:version:)Undocumented
Declaration
Swift
public init(arn: String? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil, renderingEngine: RenderingEngine? = nil, revisionId: String? = nil, robotSoftwareSuite: RobotSoftwareSuite? = nil, simulationSoftwareSuite: SimulationSoftwareSuite? = nil, sources: [Source]? = nil, version: String? = nil)
View on GitHub
UpdateSimulationApplicationResponse Structure Reference