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

IsSetSystemMemoryType() public method

Checks if SystemMemoryType property is set
public IsSetSystemMemoryType ( ) : Boolean
return Boolean
        public Boolean IsSetSystemMemoryType()
        {
            return  this.systemMemoryTypeField != null;
        }
ItemAttributes