Class: Cognito::Client::Command::CreateProfile

Inherits:
Cognito::Client::Command show all
Includes:
Mixins::CreateBehavior
Defined in:
lib/cognito/client/commands/create_profile.rb

Constant Summary collapse

ENDPOINT =
'/profiles'
PARAMS =
IceNine.deep_freeze(data: { type: 'profile' })

Constants inherited from Cognito::Client::Command

Failed

Method Summary

Methods inherited from Cognito::Client::Command

#run