CreateRobotResponse
public struct CreateRobotResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The target 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 Greengrass group associated with the robot.
Declaration
Swift
public let greengrassGroupId: String?
-
The name of the robot.
Declaration
Swift
public let name: String?
-
The list of all tags added to the robot.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(architecture: Architecture? = nil, arn: String? = nil, createdAt: TimeStamp? = nil, greengrassGroupId: String? = nil, name: String? = nil, tags: [String : String]? = nil)