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

IsSetCPUManufacturer() public method

Checks if CPUManufacturer property is set
public IsSetCPUManufacturer ( ) : Boolean
return Boolean
        public Boolean IsSetCPUManufacturer()
        {
            return  this.CPUManufacturerField != null;
        }
ItemAttributes