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

IsSetTotalUSBPorts() public method

Checks if TotalUSBPorts property is set
public IsSetTotalUSBPorts ( ) : Boolean
return Boolean
        public Boolean IsSetTotalUSBPorts()
        {
            return  this.totalUSBPortsField != null;
        }
ItemAttributes