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

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

Sets the CPUType property
public WithCPUType ( String CPUType ) : ItemAttributes
CPUType String CPUType property
Результат ItemAttributes
        public ItemAttributes WithCPUType(String CPUType)
        {
            this.CPUTypeField = CPUType;
            return this;
        }
ItemAttributes