RegisterRobotResponse
public struct RegisterRobotResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the fleet that the robot will join.
Declaration
Swift
public let fleet: String?
-
Information about the robot registration.
Declaration
Swift
public let robot: String?
-
Undocumented
Declaration
Swift
public init(fleet: String? = nil, robot: String? = nil)