Class: Aws::IdentityStore::Types::IsMemberInGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::IsMemberInGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_ids ⇒ Array<String>
A list of identifiers for groups in the identity store.
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#member_id ⇒ Types::MemberId
An object containing the identifier of a group member.
Instance Attribute Details
#group_ids ⇒ Array<String>
A list of identifiers for groups in the identity store.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1136 class IsMemberInGroupsRequest < Struct.new( :identity_store_id, :member_id, :group_ids) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1136 class IsMemberInGroupsRequest < Struct.new( :identity_store_id, :member_id, :group_ids) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ Types::MemberId
An object containing the identifier of a group member.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1136 class IsMemberInGroupsRequest < Struct.new( :identity_store_id, :member_id, :group_ids) SENSITIVE = [] include Aws::Structure end |