Amazon.ECS.Model.ItemAttributes.WithCPUSpeed C# (CSharp) Метод

WithCPUSpeed() публичный Метод

Sets the CPUSpeed property
public WithCPUSpeed ( DecimalWithUnits CPUSpeed ) : ItemAttributes
CPUSpeed DecimalWithUnits CPUSpeed property
Результат ItemAttributes
        public ItemAttributes WithCPUSpeed(DecimalWithUnits CPUSpeed)
        {
            this.CPUSpeedField = CPUSpeed;
            return this;
        }
ItemAttributes