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

IsSetAssemblyInstructions() public method

Checks if AssemblyInstructions property is set
public IsSetAssemblyInstructions ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetAssemblyInstructions()
        {
            return  this.assemblyInstructionsField != null;
        }
ItemAttributes