DescribeRobotResponse
public struct DescribeRobotResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The target architecture of the robot application.
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 id.
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 job.
Declaration
Swift
public let lastDeploymentTime: TimeStamp?
-
The name of the robot.
Declaration
Swift
public let name: String?
-
The status of the fleet.
Declaration
Swift
public let status: RobotStatus?
-
The list of all tags added to the specified robot.
Declaration
Swift
public let tags: [String : String]?
-
init(architecture:arn:createdAt:fleetArn:greengrassGroupId:lastDeploymentJob:lastDeploymentTime:name:status:tags:)
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, tags: [String : String]? = nil)