Amazon.EC2.Model.EbsBlockDevice.IsSetEncrypted C# (CSharp) Method

IsSetEncrypted() private method

private IsSetEncrypted ( ) : bool
return bool
        internal bool IsSetEncrypted()
        {
            return this._encrypted.HasValue; 
        }