ListUsersResponse

public struct ListUsersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

    Declaration

    Swift

    public let paginationToken: String?
  • The users returned in the request to list users.

    Declaration

    Swift

    public let users: [UserType]?
  • Undocumented

    Declaration

    Swift

    public init(paginationToken: String? = nil, users: [UserType]? = nil)