DescribeRobotRequest
public struct DescribeRobotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the robot to be described.
Declaration
Swift
public let robot: String
-
Undocumented
Declaration
Swift
public init(robot: String)
-
Declaration
Swift
public func validate(name: String) throws