RobotApplicationSummary
public struct RobotApplicationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the robot.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the robot application was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The name of the robot application.
Declaration
Swift
public let name: String?
-
Information about a robot software suite (ROS distribution).
Declaration
Swift
public let robotSoftwareSuite: RobotSoftwareSuite?
-
The version of the robot application.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil, robotSoftwareSuite: RobotSoftwareSuite? = nil, version: String? = nil)