Amazon.OpsWorks.Model.SelfUserProfile.IsSetSshPublicKey C# (CSharp) Метод

IsSetSshPublicKey() приватный Метод

private IsSetSshPublicKey ( ) : bool
Результат bool
        internal bool IsSetSshPublicKey()
        {
            return this.sshPublicKey != null;
        }
    }