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

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

Sets the SystemMemoryType property
public WithSystemMemoryType ( String systemMemoryType ) : ItemAttributes
systemMemoryType String SystemMemoryType property
Результат ItemAttributes
        public ItemAttributes WithSystemMemoryType(String systemMemoryType)
        {
            this.systemMemoryTypeField = systemMemoryType;
            return this;
        }
ItemAttributes