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

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

Sets the RemovableStorage property
public WithRemovableStorage ( String removableStorage ) : ItemAttributes
removableStorage String RemovableStorage property
Результат ItemAttributes
        public ItemAttributes WithRemovableStorage(String removableStorage)
        {
            this.removableStorageField = removableStorage;
            return this;
        }
ItemAttributes