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

IsSetRunningTime() public method

Checks if RunningTime property is set
public IsSetRunningTime ( ) : Boolean
return Boolean
        public Boolean IsSetRunningTime()
        {
            return this.runningTimeField != null;
        }
ItemAttributes