Amazon.ECS.Model.ItemAttributes.WithCPUType C# (CSharp) Méthode

WithCPUType() public méthode

Sets the CPUType property
public WithCPUType ( String CPUType ) : ItemAttributes
CPUType String CPUType property
Résultat ItemAttributes
        public ItemAttributes WithCPUType(String CPUType)
        {
            this.CPUTypeField = CPUType;
            return this;
        }
ItemAttributes