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