Amazon.ECS.Model.ItemAttributes.IsSetHardDiskCount C# (CSharp) Method

IsSetHardDiskCount() public method

Checks if HardDiskCount property is set
public IsSetHardDiskCount ( ) : Boolean
return Boolean
        public Boolean IsSetHardDiskCount()
        {
            return  this.hardDiskCountField != null;
        }
ItemAttributes