Amazon.EC2.Model.ImageAttribute.IsSetBlockDeviceMappings C# (CSharp) Method

IsSetBlockDeviceMappings() private method

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