Class: Aws::CognitoIdentityProvider::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the group that you want to delete.
-
#user_pool_id ⇒ String
The ID of the user pool where you want to delete the group.
Instance Attribute Details
#group_name ⇒ String
The name of the group that you want to delete.
4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4826 class DeleteGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool where you want to delete the group.
4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4826 class DeleteGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |