Amazon.ECS.Model.ItemAttributes.WithRemovableMemory C# (CSharp) 메소드

WithRemovableMemory() 공개 메소드

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