Class: Aws::DirectoryServiceData::Types::ListGroupsForMemberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::ListGroupsForMemberResult
- 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
The identifier (ID) of the directory that's associated with the member.
-
#groups ⇒ Array<Types::GroupSummary>
The group information that the request returns.
-
#member_realm ⇒ String
The domain that's associated with the member.
-
#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 member.
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 |
#groups ⇒ Array<Types::GroupSummary>
The group information that the request 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_realm ⇒ String
The domain that's associated with the member.
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_token ⇒ String
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
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 |
#realm ⇒ String
The domain that's associated with the group.
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 |