Class: Aws::DirectoryServiceData::Types::SearchGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::SearchGroupsResult
- 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 that’s associated with the group.
-
#groups ⇒ Array<Types::Group>
The group information that the request returns.
-
#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 group.
Instance Attribute Details
#directory_id ⇒ String
The identifier (ID) of the directory that’s associated with the group.
1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1342 class SearchGroupsResult < Struct.new( :directory_id, :groups, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |
#groups ⇒ Array<Types::Group>
The group information that the request returns.
1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1342 class SearchGroupsResult < Struct.new( :directory_id, :groups, :next_token, :realm) 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.
1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1342 class SearchGroupsResult < Struct.new( :directory_id, :groups, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |
#realm ⇒ String
The domain that’s associated with the group.
1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1342 class SearchGroupsResult < Struct.new( :directory_id, :groups, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |