Class: Aws::DirectoryServiceData::Types::ListGroupMembersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::ListGroupMembersResult
- Defined in:
- gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
Identifier (ID) of the directory associated with the group.
-
#member_realm ⇒ String
The domain name that's associated with the member.
-
#members ⇒ Array<Types::Member>
The member 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 name that's associated with the group.
Instance Attribute Details
#directory_id ⇒ String
Identifier (ID) of the directory associated with the group.
929 930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 929 class ListGroupMembersResult < Struct.new( :directory_id, :member_realm, :members, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |
#member_realm ⇒ String
The domain name that's associated with the member.
929 930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 929 class ListGroupMembersResult < Struct.new( :directory_id, :member_realm, :members, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |
#members ⇒ Array<Types::Member>
The member information that the request returns.
929 930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 929 class ListGroupMembersResult < Struct.new( :directory_id, :member_realm, :members, :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.
929 930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 929 class ListGroupMembersResult < Struct.new( :directory_id, :member_realm, :members, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |
#realm ⇒ String
The domain name that's associated with the group.
929 930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 929 class ListGroupMembersResult < Struct.new( :directory_id, :member_realm, :members, :next_token, :realm) SENSITIVE = [:next_token] include Aws::Structure end |