Class: Aws::Rekognition::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token to be used with the subsequent request if the response is truncated.
-
#users ⇒ Array<Types::User>
List of UsersID associated with the specified collection.
Instance Attribute Details
#next_token ⇒ String
A pagination token to be used with the subsequent request if the response is truncated.
5239 5240 5241 5242 5243 5244 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5239 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::User>
List of UsersID associated with the specified collection.
5239 5240 5241 5242 5243 5244 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5239 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |