Class: Aws::DirectoryServiceData::Types::SearchGroupsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservicedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

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

#groupsArray<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_tokenString

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

#realmString

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