Class: Aws::DirectoryServiceData::Types::ListGroupsForMemberResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservicedata/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 member.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1019

class ListGroupsForMemberResult < Struct.new(
  :directory_id,
  :groups,
  :member_realm,
  :next_token,
  :realm)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#groupsArray<Types::GroupSummary>

The group information that the request returns.

Returns:



1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1019

class ListGroupsForMemberResult < Struct.new(
  :directory_id,
  :groups,
  :member_realm,
  :next_token,
  :realm)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#member_realmString

The domain that's associated with the member.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1019

class ListGroupsForMemberResult < Struct.new(
  :directory_id,
  :groups,
  :member_realm,
  :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.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1019

class ListGroupsForMemberResult < Struct.new(
  :directory_id,
  :groups,
  :member_realm,
  :next_token,
  :realm)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#realmString

The domain that's associated with the group.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1019

class ListGroupsForMemberResult < Struct.new(
  :directory_id,
  :groups,
  :member_realm,
  :next_token,
  :realm)
  SENSITIVE = [:next_token]
  include Aws::Structure
end