Amazon.EC2.Model.GetPasswordDataResult.IsSetPasswordData C# (CSharp) Méthode

IsSetPasswordData() private méthode

private IsSetPasswordData ( ) : bool
Résultat bool
        internal bool IsSetPasswordData()
        {
            return this.passwordData != null;
        }
    }