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

WithCPUSpeed() public method

Sets the CPUSpeed property
public WithCPUSpeed ( DecimalWithUnits CPUSpeed ) : ItemAttributes
CPUSpeed DecimalWithUnits CPUSpeed property
return ItemAttributes
        public ItemAttributes WithCPUSpeed(DecimalWithUnits CPUSpeed)
        {
            this.CPUSpeedField = CPUSpeed;
            return this;
        }
ItemAttributes