Class: Aws::IdentityStore::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::CreateGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the newly created 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 of the newly created group in the identity store.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-identitystore/types.rb', line 256 class CreateGroupResponse < Struct.new( :group_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-identitystore/types.rb', line 256 class CreateGroupResponse < Struct.new( :group_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |