Amazon.CognitoIdentityProvider.Model.UserType.IsSetAttributes C# (CSharp) Method

IsSetAttributes() private method

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