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

IsSetHardDiskSize() public method

Checks if HardDiskSize property is set
public IsSetHardDiskSize ( ) : Boolean
return Boolean
        public Boolean IsSetHardDiskSize()
        {
            return this.hardDiskSizeField != null;
        }
ItemAttributes