Amazon.ECS.Model.ItemAttributes.WithRemovableStorage C# (CSharp) Method

WithRemovableStorage() public method

Sets the RemovableStorage property
public WithRemovableStorage ( String removableStorage ) : ItemAttributes
removableStorage String RemovableStorage property
return ItemAttributes
        public ItemAttributes WithRemovableStorage(String removableStorage)
        {
            this.removableStorageField = removableStorage;
            return this;
        }
ItemAttributes