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

IsSetCPUType() public method

Checks if CPUType property is set
public IsSetCPUType ( ) : Boolean
return Boolean
        public Boolean IsSetCPUType()
        {
            return  this.CPUTypeField != null;
        }
ItemAttributes