CreateRobotApplicationRequest
public struct CreateRobotApplicationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the robot application.
Declaration
Swift
public let name: String
-
The robot software suite (ROS distribuition) used by the robot application.
Declaration
Swift
public let robotSoftwareSuite: RobotSoftwareSuite
-
The sources of the robot application.
Declaration
Swift
public let sources: [SourceConfig]
-
A map that contains tag keys and tag values that are attached to the robot application.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(name: String, robotSoftwareSuite: RobotSoftwareSuite, sources: [SourceConfig], tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws