Amazon.CognitoIdentityProvider.Model.SignUpRequest.IsSetUserAttributes C# (CSharp) Method

IsSetUserAttributes() private method

private IsSetUserAttributes ( ) : bool
return bool
        internal bool IsSetUserAttributes()
        {
            return this._userAttributes != null && this._userAttributes.Count > 0; 
        }