Class: Aws::Rekognition::Types::ListUsersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token to be used with the subsequent request if the response is truncated.

Returns:

  • (String)


5226
5227
5228
5229
5230
5231
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5226

class ListUsersResponse < Struct.new(
  :users,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<Types::User>

List of UsersID associated with the specified collection.

Returns:



5226
5227
5228
5229
5230
5231
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5226

class ListUsersResponse < Struct.new(
  :users,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end