Class: Aws::CognitoIdentityProvider::Types::DeleteGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the group that you want to delete.

Returns:

  • (String)


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_idString

The ID of the user pool where you want to delete the group.

Returns:

  • (String)


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