Class: Aws::Rekognition::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListUsersResponse
- Defined in:
- gems/aws-sdk-rekognition/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.
5291 5292 5293 5294 5295 5296 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5291 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::User>
List of UsersID associated with the specified collection.
5291 5292 5293 5294 5295 5296 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5291 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |