ListWorkforcesResponse
public struct ListWorkforcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token to resume pagination.
Declaration
Swift
public let nextToken: String?
-
A list containing information about your workforce.
Declaration
Swift
public let workforces: [Workforce]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, workforces: [Workforce])