GetAssignmentResponse
public struct GetAssignmentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The assignment. The response includes one Assignment element.
Declaration
Swift
public let assignment: Assignment? -
The HIT associated with this assignment. The response includes one HIT element.
Declaration
Swift
public let hit: HIT? -
Undocumented
Declaration
Swift
public init(assignment: Assignment? = nil, hit: HIT? = nil)
View on GitHub
GetAssignmentResponse Structure Reference