Class: Aws::IdentityStore::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::DeleteGroupRequest
- Includes:
- Structure
- Defined in:
- 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.
400 401 402 403 404 405 |
# File 'lib/aws-sdk-identitystore/types.rb', line 400 class DeleteGroupRequest < Struct.new( :identity_store_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
400 401 402 403 404 405 |
# File 'lib/aws-sdk-identitystore/types.rb', line 400 class DeleteGroupRequest < Struct.new( :identity_store_id, :group_id) SENSITIVE = [] include Aws::Structure end |