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.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3780

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

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3780

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