Amazon.EC2.Model.GetPasswordDataResult.IsSetPasswordData C# (CSharp) Method

IsSetPasswordData() private method

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