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

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

Sets the AssemblyInstructions property
public WithAssemblyInstructions ( String assemblyInstructions ) : ItemAttributes
assemblyInstructions String AssemblyInstructions property
Результат ItemAttributes
        public ItemAttributes WithAssemblyInstructions(String assemblyInstructions)
        {
            this.assemblyInstructionsField = assemblyInstructions;
            return this;
        }
ItemAttributes