CreateSimulationApplicationResponse
public struct CreateSimulationApplicationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the 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 list of all tags added to the simulation application.
Declaration
Swift
public let tags: [String : String]?
-
The version of the simulation application.
Declaration
Swift
public let version: String?
-
init(arn:lastUpdatedAt:name:renderingEngine:revisionId:robotSoftwareSuite:simulationSoftwareSuite:sources:tags: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, tags: [String : String]? = nil, version: String? = nil)