DescribeUsersResponse
public struct DescribeUsersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Declaration
Swift
public let marker: String? -
The users.
Declaration
Swift
public let users: [User]? -
Undocumented
Declaration
Swift
public init(marker: String? = nil, users: [User]? = nil)
View on GitHub
DescribeUsersResponse Structure Reference