Robot
public struct Robot : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The architecture of the robot.
Declaration
Swift
public let architecture: Architecture?
-
The Amazon Resource Name (ARN) of the robot.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the robot was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The Amazon Resource Name (ARN) of the fleet.
Declaration
Swift
public let fleetArn: String?
-
The Greengrass group associated with the robot.
Declaration
Swift
public let greenGrassGroupId: String?
-
The Amazon Resource Name (ARN) of the last deployment job.
Declaration
Swift
public let lastDeploymentJob: String?
-
The time of the last deployment.
Declaration
Swift
public let lastDeploymentTime: TimeStamp?
-
The name of the robot.
Declaration
Swift
public let name: String?
-
The status of the robot.
Declaration
Swift
public let status: RobotStatus?
-
init(architecture:arn:createdAt:fleetArn:greenGrassGroupId:lastDeploymentJob:lastDeploymentTime:name:status:)
Undocumented
Declaration
Swift
public init(architecture: Architecture? = nil, arn: String? = nil, createdAt: TimeStamp? = nil, fleetArn: String? = nil, greenGrassGroupId: String? = nil, lastDeploymentJob: String? = nil, lastDeploymentTime: TimeStamp? = nil, name: String? = nil, status: RobotStatus? = nil)