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

IsSetComputerPlatform() public method

Checks if ComputerPlatform property is set
public IsSetComputerPlatform ( ) : Boolean
return Boolean
        public Boolean IsSetComputerPlatform()
        {
            return  this.computerPlatformField != null;
        }
ItemAttributes