ListUsersResponse

public struct ListUsersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A pagination token that can be used in a subsequent request.

    Declaration

    Swift

    public let nextToken: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • The list of users.

    Declaration

    Swift

    public let userList: [User]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, requestId: String? = nil, status: Int? = nil, userList: [User]? = nil)