Class: Aws::IdentityStore::Types::GetGroupIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GetGroupIdResponse
- Defined in:
- gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier for a group in the identity store.
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
Instance Attribute Details
#group_id ⇒ String
The identifier for a group in the identity store.
751 752 753 754 755 756 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 751 class GetGroupIdResponse < Struct.new( :group_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
751 752 753 754 755 756 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 751 class GetGroupIdResponse < Struct.new( :group_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |