CreateRobotRequest
public struct CreateRobotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The target architecture of the robot.
Declaration
Swift
public let architecture: Architecture
-
The Greengrass group id.
Declaration
Swift
public let greengrassGroupId: String
-
The name for the robot.
Declaration
Swift
public let name: String
-
A map that contains tag keys and tag values that are attached to the robot.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(architecture: Architecture, greengrassGroupId: String, name: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws