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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


4882
4883
4884
4885
4886
4887
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4882

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)


4882
4883
4884
4885
4886
4887
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4882

class DeleteGroupRequest < Struct.new(
  :group_name,
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end