Class: Aws::DirectoryServiceData::Types::SearchUsersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::SearchUsersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservicedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier (ID) of the directory where the address block is added.
-
#next_token ⇒ String
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
-
#realm ⇒ String
The domain that’s associated with the user.
-
#users ⇒ Array<Types::User>
The user information that the request returns.
Instance Attribute Details
#directory_id ⇒ String
The identifier (ID) of the directory where the address block is added.
1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1433 class SearchUsersResult < Struct.new( :directory_id, :next_token, :realm, :users) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1433 class SearchUsersResult < Struct.new( :directory_id, :next_token, :realm, :users) SENSITIVE = [:next_token] include Aws::Structure end |
#realm ⇒ String
The domain that’s associated with the user.
1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1433 class SearchUsersResult < Struct.new( :directory_id, :next_token, :realm, :users) SENSITIVE = [:next_token] include Aws::Structure end |
#users ⇒ Array<Types::User>
The user information that the request returns.
1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1433 class SearchUsersResult < Struct.new( :directory_id, :next_token, :realm, :users) SENSITIVE = [:next_token] include Aws::Structure end |