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

WithRemovableMemory() public méthode

Sets the RemovableMemory property
public WithRemovableMemory ( String removableMemory ) : ItemAttributes
removableMemory String RemovableMemory property
Résultat ItemAttributes
        public ItemAttributes WithRemovableMemory(String removableMemory)
        {
            this.removableMemoryField = removableMemory;
            return this;
        }
ItemAttributes